[PPML] fix mnist.py (#6320)
* fix mnist.py * Add default SGX_LOG_LEVEL to error in workflow
This commit is contained in:
parent
8a15a79b1a
commit
97b5c6a813
1 changed files with 1 additions and 0 deletions
1
.github/workflows/manually_build.yml
vendored
1
.github/workflows/manually_build.yml
vendored
|
|
@ -156,6 +156,7 @@ jobs:
|
||||||
--build-arg no_proxy=${NO_PROXY} \
|
--build-arg no_proxy=${NO_PROXY} \
|
||||||
--build-arg BASE_IMAGE_NAME=${base_image} \
|
--build-arg BASE_IMAGE_NAME=${base_image} \
|
||||||
--build-arg SGX_MEM_SIZE=64G \
|
--build-arg SGX_MEM_SIZE=64G \
|
||||||
|
--build-arg SGX_LOG_LEVEL=error \
|
||||||
--build-arg BASE_IMAGE_TAG=${TAG} \
|
--build-arg BASE_IMAGE_TAG=${TAG} \
|
||||||
-t ${image}:${TAG} -f ./Dockerfile .
|
-t ${image}:${TAG} -f ./Dockerfile .
|
||||||
sudo docker push ${image}:${TAG}
|
sudo docker push ${image}:${TAG}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue