diff --git a/Dockerfile b/Dockerfile index 1d2fcf42b..08d2dd9d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \