From 095427b9d0e3072ce4bd86547537ae086f294131 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 16 Sep 2025 19:42:31 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \