From 65dd73b62ef93345432cfa9d763908f1bf1e4cd2 Mon Sep 17 00:00:00 2001 From: ZehuaCao <47251317+Romanticoseu@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:07:09 +0800 Subject: [PATCH] Update manually_build.yml (#9138) * Update manually_build.yml fix llm-serving-tdx image build dir * Update manually_build.yml --- .github/workflows/manually_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 2e7c4ee1..47394651 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -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} \