File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7575 docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
7676 if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then
7777 git clone https://github.com/vllm-project/vllm.git
78- cd vllm && git checkout 446c780 && cd ../
78+ cd vllm && git rev-parse HEAD && cd ../
7979 fi
8080 if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
8181 git clone https://github.com/HabanaAI/vllm-fork.git
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ services:
113113 dockerfile : comps/guardrails/llama_guard/langchain/Dockerfile
114114 extends : chatqna
115115 image : ${REGISTRY:-opea}/guardrails-tgi:${TAG:-latest}
116- # vllm:
117- # build:
118- # context: vllm
119- # dockerfile: Dockerfile.cpu
120- # extends: chatqna
121- # image: ${REGISTRY:-opea}/vllm:${TAG:-latest}
116+ vllm :
117+ build :
118+ context : vllm
119+ dockerfile : Dockerfile.cpu
120+ extends : chatqna
121+ image : ${REGISTRY:-opea}/vllm:${TAG:-latest}
122122 vllm-gaudi :
123123 build :
124124 context : vllm-fork
File renamed without changes.
You can’t perform that action at this time.
0 commit comments