This commit is contained in:
parent
f36fc81c57
commit
6713da1fb6
|
|
@ -186,12 +186,6 @@ RUN mkdir -p /wheels && \
|
|||
cp /tmp/sgl_kernel_wheels/sgl_kernel-*.whl /wheels/ && \
|
||||
pip wheel filelock typing-extensions sympy fsspec jinja2 networkx -w /wheels
|
||||
|
||||
# ── ✅ 再打包 runtime 阶段必需依赖 ────────────────────────────────────────────
|
||||
# RUN pip wheel \
|
||||
# pydantic orjson psutil pyzmq pynvml \
|
||||
# transformers==4.56.0 uvicorn fastapi IPython aiohttp \
|
||||
# setproctitle uvloop sentencepiece triton pillow cachetools msgspec blake3 cloudpickle compressed-tensors einops openai py-cpuinfo dill partial_json_parser python-multipart torchao \
|
||||
# -w /wheels
|
||||
|
||||
# ── ✅ 再打包 runtime 阶段必需依赖(本地优先;缺了再联网) ────────────────────────
|
||||
RUN bash -lc '\
|
||||
|
|
|
|||
Loading…
Reference in New Issue