Skip to content

Commit

Permalink
WA for the issue of vllm Dockerfile.cpu build failure (opea-project#1195
Browse files Browse the repository at this point in the history
)

Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 authored Nov 27, 2024
1 parent 736155c commit 5422bcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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 5422bcb

Please sign in to comment.