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