From 0ee2a26757a1dd4ac4b94b8e9180d3794610685a Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 30 Jun 2025 15:31:40 +0800 Subject: [PATCH] . --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4092ea5..c0057e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,9 +28,9 @@ 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 && \ + pydantic psutil pyzmq pynvml transformers==4.48.3 uvicorn fastapi IPython aiohttp setproctitle # ✅ 测试模块完整性 - RUN python -c "import sglang, torch, pydantic, transformers" + #python -c "import sglang, torch, pydantic, transformers, sgl_kernel" ############################################################ # Stage-1: 生成最小运行镜像 #