Add SGX_LOG_LEVEL to bigdl_ppml_trusted_python_toolkit. (#6557)

* Add SGX_LOG_LEVEL to bigdl_ppml_trusted_python_toolkit.
This commit is contained in:
Jin Hanyu 2022-11-11 12:10:39 +08:00 committed by GitHub
parent 71177c3f5d
commit 2ecf8c5108

View file

@ -630,6 +630,7 @@ jobs:
--build-arg https_proxy=${HTTPS_PROXY} \ --build-arg https_proxy=${HTTPS_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_LEVEL_LOG=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}