This commit is contained in:
hailin 2025-07-02 14:04:01 +08:00
parent 5a1acfa8e3
commit a7ceaae9c5
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ WORKDIR /opt
RUN git clone https://github.com/flashinfer-ai/flashinfer.git RUN git clone https://github.com/flashinfer-ai/flashinfer.git
WORKDIR /opt/flashinfer WORKDIR /opt/flashinfer
RUN pip install -r requirements.txt && \ RUN pip install . && \
pip install . && \
python3 -m pip wheel . --no-deps -w dist/ python3 -m pip wheel . --no-deps -w dist/
# ── 编译你本地 sglang 源码并打 wheel ─────────────────────────────────────── # ── 编译你本地 sglang 源码并打 wheel ───────────────────────────────────────