image build bug fix (#1105)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-11-08 23:54:32 +08:00
committed by GitHub
parent f7026773b8
commit 82801d0121
2 changed files with 2 additions and 3 deletions

View File

@@ -77,8 +77,8 @@ jobs:
git clone https://github.com/vllm-project/vllm.git
cd vllm && git rev-parse HEAD && cd ../
fi
if [[ $(grep -c "vllm-hpu:" ${docker_compose_yml}) != 0 ]]; then
git clone https://github.com/HabanaAI/vllm-fork.git vllm-fork
if [[ $(grep -c "vllm-hpu:" ${docker_compose_path}) != 0 ]]; then
git clone https://github.com/HabanaAI/vllm-fork.git
cd vllm-fork && git rev-parse HEAD && cd ../
fi
git clone https://github.com/opea-project/GenAIComps.git

View File

@@ -42,7 +42,6 @@ jobs:
with:
node: gaudi
example: ${{ matrix.example }}
inject_commit: true
secrets: inherit
get-image-list: