This commit is contained in:
hailin 2025-06-30 23:01:53 +08:00
parent 0f447d0712
commit 0bdd693cf0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN case "$CUDA_VERSION" in \
nvidia-nccl-cu12==2.27.3 --force-reinstall --no-deps && \
# ✅ 补全依赖(必须)
python -m pip install --no-cache-dir \
pydantic psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle orjson uvloop
pydantic psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle orjson uvloop sentencepiece
# ✅ 测试模块完整性
#python -c "import sglang, torch, pydantic, transformers, sgl_kernel"