This commit is contained in:
parent
45c70451e2
commit
095427b9d0
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue