image build bug fix (#1105)
Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
4
.github/workflows/_example-workflow.yml
vendored
4
.github/workflows/_example-workflow.yml
vendored
@@ -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
|
||||
|
||||
@@ -42,7 +42,6 @@ jobs:
|
||||
with:
|
||||
node: gaudi
|
||||
example: ${{ matrix.example }}
|
||||
inject_commit: true
|
||||
secrets: inherit
|
||||
|
||||
get-image-list:
|
||||
|
||||
Reference in New Issue
Block a user