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 7cc7e62 commit df7753fCopy full SHA for df7753f
container/Dockerfile.sglang
@@ -39,8 +39,7 @@ FROM ${DYNAMO_BASE_IMAGE} AS dynamo_base
39
# - Develop or debug framework-level components
40
# - Create custom builds with specific optimization flags
41
#
42
-
43
-FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
+FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
44
45
# Declare all ARGs
46
ARG BUILD_TYPE=all
0 commit comments