Set sglang base image to DaoCloud mirror for China Users.

This commit is contained in:
SirlyDreamer
2025-07-31 06:17:22 +00:00
parent 2b3b4331f2
commit 9c6778d5ad

View File

@@ -1,5 +1,10 @@
# Use DaoCloud mirrored sglang image for China region
FROM docker.m.daocloud.io/lmsysorg/sglang:v0.4.9.post6-cu126
# For blackwell GPU, use the following line instead:
# FROM docker.m.daocloud.io/lmsysorg/sglang:v0.4.9.post6-cu128-b200
# Use the official sglang image
FROM lmsysorg/sglang:v0.4.9.post6-cu126
# FROM lmsysorg/sglang:v0.4.9.post6-cu126
# For blackwell GPU, use the following line instead:
# FROM lmsysorg/sglang:v0.4.9.post6-cu128-b200