[PPML] Modify image to support pert model (#6293)
This commit is contained in:
parent
aea43b44d4
commit
8a15a79b1a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/manually_build.yml
vendored
1
.github/workflows/manually_build.yml
vendored
|
|
@ -155,6 +155,7 @@ jobs:
|
|||
--build-arg https_proxy=${HTTPS_PROXY} \
|
||||
--build-arg no_proxy=${NO_PROXY} \
|
||||
--build-arg BASE_IMAGE_NAME=${base_image} \
|
||||
--build-arg SGX_MEM_SIZE=64G \
|
||||
--build-arg BASE_IMAGE_TAG=${TAG} \
|
||||
-t ${image}:${TAG} -f ./Dockerfile .
|
||||
sudo docker push ${image}:${TAG}
|
||||
|
|
|
|||
Loading…
Reference in a new issue