File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 67
67
68
68
cd ${{ github.workspace }}
69
69
if [[ $(grep -c "llava-tgi:" ${docker_compose_yml}) != 0 ]]; then
70
- git clone https://github.com/yuanwu2017/tgi-gaudi.git && cd tgi-gaudi && git checkout v2.0.4
70
+ git clone https://github.com/yuanwu2017/tgi-gaudi.git && cd tgi-gaudi && git checkout v2.0.4 && cd ../
71
71
fi
72
72
if [[ $(grep -c "vllm-openvino:" ${docker_compose_yml}) != 0 ]]; then
73
73
git clone https://github.com/vllm-project/vllm.git vllm-openvino
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ services:
8
8
image : ${REGISTRY:-opea}/llm-native:${TAG:-latest}
9
9
vllm-openvino :
10
10
build :
11
- dockerfile : vllm-openvino/Dockerfile.openvino
11
+ context : vllm-openvino
12
+ dockerfile : Dockerfile.openvino
12
13
image : ${REGISTRY:-opea}/vllm-openvino:${TAG:-latest}
Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ services:
23
23
image : ${REGISTRY:-opea}/lvm-tgi:${TAG:-latest}
24
24
llava-tgi :
25
25
build :
26
- dockerfile : tgi-gaudi/Dockerfile
26
+ context : tgi-gaudi
27
+ dockerfile : Dockerfile
27
28
image : ${REGISTRY:-opea}/llava-tgi:${TAG:-latest}
You can’t perform that action at this time.
0 commit comments