Skip to content

Commit ed8dbaa

Browse files
authored
Revert "WA for the issue of vllm Dockerfile.cpu build failure (opea-project#1195)" (opea-project#1206)
1 parent e8cffc6 commit ed8dbaa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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

ChatQnA/docker_image_build/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)