This commit is contained in:
hailin 2025-09-16 19:42:31 +08:00
parent 45c70451e2
commit 095427b9d0
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ COPY _wheelhouse/ /tmp/wheels/
# 安装顺序与 runtime-autobuild 完全一致(优先 torch再装其它
RUN ls -lh /tmp/wheels || true && \
rm -f /tmp/wheels/torch-2.7.1a0+*.whl && \
# rm -f /tmp/wheels/torch-2.7.1a0+*.whl && \
rm -f /tmp/wheels/huggingface_hub-0.34.4*.whl || true && \
python3 -m pip install --no-cache-dir --no-deps /tmp/wheels/torch*.whl && \
python3 -m pip install --no-cache-dir --no-deps /tmp/wheels/vllm-*.whl || true && \