This commit is contained in:
hailin 2025-07-03 09:23:39 +08:00
parent 5242a5574f
commit 355ba36f37
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ RUN pip install . && \
# builder-extras 阶段vllm 安装(兼容 torch 2.7.1
WORKDIR /opt
RUN git clone -b v0.9.1 https://github.com/vllm-project/vllm.git && \
RUN pip install setuptools_scm && \
git clone -b v0.9.1 https://github.com/vllm-project/vllm.git && \
cd vllm && \
python3 -m pip install . --no-build-isolation --no-deps && \
python3 -m pip wheel . --no-deps -w /tmp/vllm_wheels