Skip to content

Commit

Permalink
fix dockerfile path
Browse files Browse the repository at this point in the history
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
  • Loading branch information
XinyaoWa committed Dec 23, 2024
1 parent 808b04c commit fb47706
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker/compose/llms-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ services:
dockerfile: Dockerfile.hpu
shm_size: '128g'
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
vllm-arc:
build:
dockerfile: comps/llms/text-generation/vllm/langchain/dependency/Dockerfile.intel_gpu
image: ${REGISTRY:-opea}/vllm-arc:${TAG:-latest}
llm-eval:
build:
dockerfile: comps/llms/utils/lm-eval/Dockerfile
Expand Down
31 changes: 0 additions & 31 deletions comps/llms/text-generation/vllm/langchain/Dockerfile

This file was deleted.

This file was deleted.

0 comments on commit fb47706

Please sign in to comment.