[PPML] fix mnist.py (#6320)

* fix mnist.py

* Add default SGX_LOG_LEVEL to error in workflow
This commit is contained in:
Guancheng Fu 2022-10-27 11:14:14 +08:00 committed by GitHub
parent 8a15a79b1a
commit 97b5c6a813

View file

@ -156,6 +156,7 @@ jobs:
--build-arg no_proxy=${NO_PROXY} \
--build-arg BASE_IMAGE_NAME=${base_image} \
--build-arg SGX_MEM_SIZE=64G \
--build-arg SGX_LOG_LEVEL=error \
--build-arg BASE_IMAGE_TAG=${TAG} \
-t ${image}:${TAG} -f ./Dockerfile .
sudo docker push ${image}:${TAG}