Skip to content

Commit df7753f

Browse files
ci: Use nvcr.io image for sglang base container (#3996)
Signed-off-by: Dillon Cullinan <[email protected]> Signed-off-by: Tushar Sharma <[email protected]> Co-authored-by: Tushar Sharma <[email protected]>
1 parent 7cc7e62 commit df7753f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container/Dockerfile.sglang

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

4544
# Declare all ARGs
4645
ARG BUILD_TYPE=all

0 commit comments

Comments
 (0)