From 6bfe01ac9da8ac9cc65497cdfc0fb725ce8df3ed Mon Sep 17 00:00:00 2001 From: chensuyue Date: Thu, 15 Aug 2024 16:55:57 +0800 Subject: [PATCH] bug fix Signed-off-by: chensuyue --- ChatQnA/docker/docker_build_compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChatQnA/docker/docker_build_compose.yaml b/ChatQnA/docker/docker_build_compose.yaml index c3dc9230aa..8a660b957e 100644 --- a/ChatQnA/docker/docker_build_compose.yaml +++ b/ChatQnA/docker/docker_build_compose.yaml @@ -53,6 +53,7 @@ services: image: ${REGISTRY:-opea}/llm-vllm:${TAG:-latest} llm-vllm-hpu: build: + context: GenAIComps dockerfile: comps/llms/text-generation/vllm/docker/Dockerfile.hpu image: ${REGISTRY}opea/llm-vllm-hpu:${TAG:-latest} llm-vllm-ray: @@ -83,5 +84,5 @@ services: vllm: build: context: vllm - dockerfile: Dockerfile-hpu + dockerfile: Dockerfile.cpu image: ${REGISTRY:-opea}/vllm:${TAG:-latest} \ No newline at end of file