From 79d4ccae042ee754e7f1329e30e8cce40a433e51 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 3 Jul 2025 09:08:48 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4bf77f..f2b35da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,7 @@ RUN mkdir -p /wheels && \ cp /tmp/torch_dist/torch*.whl /wheels/ && \ cp /opt/vision/dist/torchvision-*.whl /wheels/ && \ cp /opt/flashinfer/dist/flashinfer_python-*.whl /wheels/ && \ - cp /tmp/vllm_wheels/vllm-*.whl /wheels/ && \ + # cp /tmp/vllm_wheels/vllm-*.whl /wheels/ && \ cp /tmp/sg_wheels/sglang-*.whl /wheels/ ###############################################################################