From 862ac978bec2053cfa85d1270ac1b016638ef9bf Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 3 Jul 2025 09:06:43 +0800 Subject: [PATCH] . --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index cda7262..d4bf77f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,12 +72,12 @@ RUN pip install . && \ python3 -m pip wheel . --no-deps -w dist/ -# builder-extras 阶段,vllm 安装加上 WORKDIR(放在 flashinfer 后) -WORKDIR /opt -RUN git clone -b v0.4.2 https://github.com/vllm-project/vllm.git && \ - cd vllm && \ - python3 -m pip install ".[triton]" --no-build-isolation && \ - python3 -m pip wheel . --no-deps -w /tmp/vllm_wheels +# # builder-extras 阶段,vllm 安装加上 WORKDIR(放在 flashinfer 后) +# WORKDIR /opt +# RUN git clone -b v0.4.2 https://github.com/vllm-project/vllm.git && \ +# cd vllm && \ +# python3 -m pip install ".[triton]" --no-build-isolation && \ +# python3 -m pip wheel . --no-deps -w /tmp/vllm_wheels # ── 编译你本地 sglang 源码并打 wheel ───────────────────────────────────────