This commit is contained in:
hailin 2025-07-03 21:56:22 +08:00
parent 0caf1a2519
commit 1f29dfe8af
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ RUN pip install . && \
# ── 安装 vllm跳过编译直接装 ─────────────────────────────────────────────
WORKDIR /opt
RUN pip install setuptools wheel setuptools_scm && \
pip install git+https://github.com/vllm-project/vllm.git@v0.9.1 --no-deps && \
pip install git+https://github.com/vllm-project/vllm.git@main --no-deps && \
python3 -m pip wheel vllm -w /tmp/vllm_wheels --no-deps