This commit is contained in:
parent
0caf1a2519
commit
1f29dfe8af
|
|
@ -75,7 +75,7 @@ RUN pip install . && \
|
||||||
# ── 安装 vllm(跳过编译,直接装) ─────────────────────────────────────────────
|
# ── 安装 vllm(跳过编译,直接装) ─────────────────────────────────────────────
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN pip install setuptools wheel setuptools_scm && \
|
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
|
python3 -m pip wheel vllm -w /tmp/vllm_wheels --no-deps
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue