This commit is contained in:
parent
1a52ead0a6
commit
862ac978be
12
Dockerfile
12
Dockerfile
|
|
@ -72,12 +72,12 @@ RUN pip install . && \
|
||||||
python3 -m pip wheel . --no-deps -w dist/
|
python3 -m pip wheel . --no-deps -w dist/
|
||||||
|
|
||||||
|
|
||||||
# builder-extras 阶段,vllm 安装加上 WORKDIR(放在 flashinfer 后)
|
# # builder-extras 阶段,vllm 安装加上 WORKDIR(放在 flashinfer 后)
|
||||||
WORKDIR /opt
|
# WORKDIR /opt
|
||||||
RUN git clone -b v0.4.2 https://github.com/vllm-project/vllm.git && \
|
# RUN git clone -b v0.4.2 https://github.com/vllm-project/vllm.git && \
|
||||||
cd vllm && \
|
# cd vllm && \
|
||||||
python3 -m pip install ".[triton]" --no-build-isolation && \
|
# python3 -m pip install ".[triton]" --no-build-isolation && \
|
||||||
python3 -m pip wheel . --no-deps -w /tmp/vllm_wheels
|
# python3 -m pip wheel . --no-deps -w /tmp/vllm_wheels
|
||||||
|
|
||||||
|
|
||||||
# ── 编译你本地 sglang 源码并打 wheel ───────────────────────────────────────
|
# ── 编译你本地 sglang 源码并打 wheel ───────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue