We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736155c commit 5422bcbCopy full SHA for 5422bcb
ChatQnA/docker_image_build/build.yaml
@@ -113,12 +113,12 @@ services:
113
dockerfile: comps/guardrails/llama_guard/langchain/Dockerfile
114
extends: chatqna
115
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}
+ # vllm:
+ # build:
+ # context: vllm
+ # dockerfile: Dockerfile.cpu
+ # extends: chatqna
+ # image: ${REGISTRY:-opea}/vllm:${TAG:-latest}
122
vllm-gaudi:
123
build:
124
context: vllm-fork
ChatQnA/tests/test_compose_vllm_on_xeon.sh renamed to ChatQnA/tests/_test_compose_vllm_on_xeon.sh
0 commit comments