Revert "WA for the issue of vllm Dockerfile.cpu build failure (#1195)" (#1206)

This commit is contained in:
ZePan110
2024-11-28 13:36:14 +08:00
committed by GitHub
parent e8cffc6146
commit ed8dbaac47
3 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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