diff --git a/.github/workflows/docker/compose/llms-compose.yaml b/.github/workflows/docker/compose/llms-compose.yaml index e5af96db4..e6c294048 100644 --- a/.github/workflows/docker/compose/llms-compose.yaml +++ b/.github/workflows/docker/compose/llms-compose.yaml @@ -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