We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc30d6 commit f7df20cCopy full SHA for f7df20c
container/build.sh
@@ -114,7 +114,7 @@ NONE_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
114
SGLANG_CUDA_VERSION="12.9.1"
115
# This is for Dockerfile
116
SGLANG_BASE_IMAGE="nvcr.io/nvidia/cuda-dl-base"
117
-SGLANG_BASE_IMAGE_TAG="25.01-cuda12.9-devel-ubuntu24.04"
+SGLANG_BASE_IMAGE_TAG="25.01-cuda12.8-devel-ubuntu24.04"
118
# This is for Dockerfile.sglang. Unlike the other frameworks, it is using a different base image
119
SGLANG_FRAMEWORK_IMAGE="nvcr.io/nvidia/cuda"
120
SGLANG_FRAMEWORK_IMAGE_TAG="${SGLANG_CUDA_VERSION}-cudnn-devel-ubuntu24.04"
0 commit comments