This commit is contained in:
parent
5a1acfa8e3
commit
a7ceaae9c5
|
|
@ -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 ───────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue