Update manually_build.yml (#9138)

* Update manually_build.yml

fix llm-serving-tdx image build dir

* Update manually_build.yml
This commit is contained in:
ZehuaCao 2023-10-11 15:07:09 +08:00 committed by GitHub
parent eb3fb18eb4
commit 65dd73b62e

View file

@ -877,7 +877,7 @@ jobs:
echo "############## bigdl-ppml-trusted-bigdl-llm-serving-tdx ###############"
echo "##############################################################"
export image=intelanalytics/bigdl-ppml-trusted-bigdl-llm-serving-tdx
cd ppml/tdx/docker/trusted-bigdl-llm-serving-tdx/
cd ppml/tdx/docker/trusted-bigdl-llm/serving/docker
sudo docker build \
--no-cache=true \
--build-arg http_proxy=${HTTP_PROXY} \