Skip to content

Commit

Permalink
Revert "WA for the issue of vllm Dockerfile.cpu build failure (opea-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZePan110 authored Nov 28, 2024
1 parent e8cffc6 commit ed8dbaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_example-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
docker_compose_path=${{ github.workspace }}/${{ inputs.example }}/docker_image_build/build.yaml
if [[ $(grep -c "vllm:" ${docker_compose_path}) != 0 ]]; then
git clone https://github.com/vllm-project/vllm.git
cd vllm && git checkout 446c780 && cd ../
cd vllm && git rev-parse HEAD && cd ../
fi
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
git clone https://github.com/HabanaAI/vllm-fork.git
Expand Down
12 changes: 6 additions & 6 deletions ChatQnA/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ services:
dockerfile: comps/guardrails/llama_guard/langchain/Dockerfile
extends: chatqna
image: ${REGISTRY:-opea}/guardrails-tgi:${TAG:-latest}
# vllm:
# build:
# context: vllm
# dockerfile: Dockerfile.cpu
# extends: chatqna
# image: ${REGISTRY:-opea}/vllm:${TAG:-latest}
vllm:
build:
context: vllm
dockerfile: Dockerfile.cpu
extends: chatqna
image: ${REGISTRY:-opea}/vllm:${TAG:-latest}
vllm-gaudi:
build:
context: vllm-fork
Expand Down
File renamed without changes.

0 comments on commit ed8dbaa

Please sign in to comment.