From 031de6972f0b3eab3adc9dcc7dd002867a07055b Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Tue, 29 Apr 2025 12:02:00 +0300 Subject: [PATCH] Fix the vllm integration tests Signed-off-by: Radoslav Dimitrov --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 817ae02c..1c1ab1e6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -249,7 +249,7 @@ jobs: # We clone the VLLM repo and build the container because the CPU-mode container is not published git clone https://github.com/vllm-project/vllm.git cd vllm - docker build -f Dockerfile.cpu -t vllm-cpu-env --shm-size=4g . + docker build -f docker/Dockerfile.cpu -t vllm-cpu-env --shm-size=4g . docker run -d --name vllm \ --network="host" \ vllm-cpu-env --model Qwen/Qwen2.5-Coder-0.5B-Instruct