Skip to content

Commit 4de1ecb

Browse files
authored
Fix the vllm integration tests (#1377)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent e701b06 commit 4de1ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
# We clone the VLLM repo and build the container because the CPU-mode container is not published
250250
git clone https://github.com/vllm-project/vllm.git
251251
cd vllm
252-
docker build -f Dockerfile.cpu -t vllm-cpu-env --shm-size=4g .
252+
docker build -f docker/Dockerfile.cpu -t vllm-cpu-env --shm-size=4g .
253253
docker run -d --name vllm \
254254
--network="host" \
255255
vllm-cpu-env --model Qwen/Qwen2.5-Coder-0.5B-Instruct

0 commit comments

Comments
 (0)