File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ jobs:
57
57
- name : Clone required Repo
58
58
run : |
59
59
cd ${{ github.workspace }}/${{ inputs.example }}/docker
60
- build_compose_path =${{ github.workspace }}/${{ inputs.example }}/docker/docker_build_compose.yaml
60
+ docker_compose_path =${{ github.workspace }}/${{ inputs.example }}/docker/docker_build_compose.yaml
61
61
if [[ $(grep -c "tei-gaudi:" ${docker_compose_path}) != 0 ]]; then
62
62
git clone https://github.com/huggingface/tei-gaudi.git
63
63
fi
64
64
if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then
65
- git clone https://github.com/huggingface/tei-gaudi .git
65
+ git clone https://github.com/vllm-project/vllm .git
66
66
fi
67
67
git clone https://github.com/opea-project/GenAIComps.git
68
- cd GenAIComps && checkout ${{ inputs.GenAIComps_branch }} && cd ../
68
+ cd GenAIComps && git checkout ${{ inputs.GenAIComps_branch }} && cd ../
69
69
70
70
- name : Build Image
71
71
if : ${{ fromJSON(inputs.build) }}
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2024 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- name : Examples docker images BoM scan
4
+ name : Examples docker images BoM scan on manual event
5
5
on :
6
6
workflow_dispatch :
7
7
inputs :
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2024 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- name : Examples CD workflow on manual event
4
+ name : Examples publish docker image on manual event
5
5
on :
6
6
workflow_dispatch :
7
7
inputs :
You can’t perform that action at this time.
0 commit comments