Skip to content

Commit

Permalink
remove useless image from llms-compose.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Nov 8, 2024
1 parent 11bb987 commit 8a5e809
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker/compose/llms-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ services:
build:
dockerfile: comps/llms/text-generation/vllm/langchain/Dockerfile
image: ${REGISTRY:-opea}/llm-vllm:${TAG:-latest}
llm-vllm-ray:
build:
dockerfile: comps/llms/text-generation/vllm/ray/Dockerfile
image: ${REGISTRY:-opea}/llm-vllm-ray:${TAG:-latest}
llm-vllm-ray-hpu:
build:
dockerfile: comps/llms/text-generation/vllm/ray/dependency/Dockerfile
image: ${REGISTRY:-opea}/llm-vllm-ray-hpu:${TAG:-latest}
llm-native:
build:
dockerfile: comps/llms/text-generation/native/langchain/Dockerfile
Expand Down

0 comments on commit 8a5e809

Please sign in to comment.