"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "424fb7a5d22c013ec0ef6244c62cd75ed076375a"
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 ...@@ -39,8 +39,7 @@ FROM ${DYNAMO_BASE_IMAGE} AS dynamo_base
# - Develop or debug framework-level components # - Develop or debug framework-level components
# - Create custom builds with specific optimization flags # - Create custom builds with specific optimization flags
# #
FROM nvcr.io/nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
FROM nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04 AS framework
# Declare all ARGs # Declare all ARGs
ARG BUILD_TYPE=all 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