Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue committed Aug 15, 2024
1 parent 020dfcc commit 6bfe01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChatQnA/docker/docker_build_compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -83,5 +84,5 @@ services:
vllm:
build:
context: vllm
dockerfile: Dockerfile-hpu
dockerfile: Dockerfile.cpu
image: ${REGISTRY:-opea}/vllm:${TAG:-latest}

0 comments on commit 6bfe01a

Please sign in to comment.