This commit is contained in:
hailin 2025-07-03 09:08:48 +08:00
parent 862ac978be
commit 79d4ccae04
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ RUN mkdir -p /wheels && \
cp /tmp/torch_dist/torch*.whl /wheels/ && \ cp /tmp/torch_dist/torch*.whl /wheels/ && \
cp /opt/vision/dist/torchvision-*.whl /wheels/ && \ cp /opt/vision/dist/torchvision-*.whl /wheels/ && \
cp /opt/flashinfer/dist/flashinfer_python-*.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/ cp /tmp/sg_wheels/sglang-*.whl /wheels/
############################################################################### ###############################################################################