This commit is contained in:
parent
ed5910095b
commit
77df7b3f7c
|
|
@ -92,7 +92,7 @@ COPY --from=builder-extras /wheels /tmp/wheels
|
||||||
RUN python3 -m pip install --no-cache-dir /tmp/wheels/* && rm -rf /tmp/wheels
|
RUN python3 -m pip install --no-cache-dir /tmp/wheels/* && rm -rf /tmp/wheels
|
||||||
|
|
||||||
# 安装运行时漏掉的依赖
|
# 安装运行时漏掉的依赖
|
||||||
RUN python3 -m pip install --no-cache-dir pydantic
|
RUN python3 -m pip install --no-cache-dir pydantic orjson psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle uvloop sentencepiece
|
||||||
|
|
||||||
# 仅做 CI / CPU 自检 —— 输出帮助后退出 0
|
# 仅做 CI / CPU 自检 —— 输出帮助后退出 0
|
||||||
CMD ["python3", "-m", "sglang.launch_server", "--help"]
|
CMD ["python3", "-m", "sglang.launch_server", "--help"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue