Skip to content

Commit 5422bcb

Browse files
authored
WA for the issue of vllm Dockerfile.cpu build failure (#1195)
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 736155c commit 5422bcb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

0 commit comments

Comments
 (0)