Unverified Commit 7ca658f4 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: Use nvcr.io image for sglang base container (#3996)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
Co-authored-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 13ce09ea
......@@ -39,8 +39,7 @@ FROM ${DYNAMO_BASE_IMAGE} AS dynamo_base
# - Develop or debug framework-level components
# - Create custom builds with specific optimization flags
#
FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
# Declare all ARGs
ARG BUILD_TYPE=all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment