We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e701b06 commit 4de1ecbCopy full SHA for 4de1ecb
.github/workflows/integration-tests.yml
@@ -249,7 +249,7 @@ jobs:
249
# We clone the VLLM repo and build the container because the CPU-mode container is not published
250
git clone https://github.com/vllm-project/vllm.git
251
cd vllm
252
- 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 .
253
docker run -d --name vllm \
254
--network="host" \
255
vllm-cpu-env --model Qwen/Qwen2.5-Coder-0.5B-Instruct
0 commit comments