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