This commit is contained in:
hailin 2025-06-30 15:21:01 +08:00
parent 879bc772be
commit 0a15939326
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN case "$CUDA_VERSION" in \
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 && \
# ✅ 测试模块完整性 # ✅ 测试模块完整性
python -c "import sglang, torch, pydantic, transformers, sgl_kernel" RUN python -c "import sglang, torch, pydantic, transformers"
############################################################ ############################################################
# Stage-1: 生成最小运行镜像 # # Stage-1: 生成最小运行镜像 #