From 879bc772be234601fc8115330ce091c992a64067 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 30 Jun 2025 14:46:19 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9a3c5f..efde7e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ + pydantic psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle && \ # ✅ 测试模块完整性 python -c "import sglang, torch, pydantic, transformers, sgl_kernel"