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