Skip to content

Commit c4a5c0a

Browse files
committed
Revert "ci: Use nvcr.io image for sglang base container (#3996)"
This reverts commit df7753f.
1 parent ff8c491 commit c4a5c0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container/Dockerfile.sglang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ FROM ${DYNAMO_BASE_IMAGE} AS dynamo_base
3939
# - Develop or debug framework-level components
4040
# - Create custom builds with specific optimization flags
4141
#
42-
FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
42+
43+
FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
4344

4445
# Declare all ARGs
4546
ARG BUILD_TYPE=all

0 commit comments

Comments
 (0)