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/ ###############################################################################