This commit is contained in:
parent
0ee2a26757
commit
36d37d6425
|
|
@ -28,7 +28,7 @@ RUN case "$CUDA_VERSION" in \
|
||||||
nvidia-nccl-cu12==2.27.3 --force-reinstall --no-deps && \
|
nvidia-nccl-cu12==2.27.3 --force-reinstall --no-deps && \
|
||||||
# ✅ 补全依赖(必须)
|
# ✅ 补全依赖(必须)
|
||||||
python -m pip install --no-cache-dir \
|
python -m pip install --no-cache-dir \
|
||||||
pydantic psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle
|
pydantic psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle orjson
|
||||||
# ✅ 测试模块完整性
|
# ✅ 测试模块完整性
|
||||||
#python -c "import sglang, torch, pydantic, transformers, sgl_kernel"
|
#python -c "import sglang, torch, pydantic, transformers, sgl_kernel"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue