File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ARG UBUNTU_VERSION=20.04
22
33# This needs to generally match the container host's environment.
4- ARG CUDA_VERSION=11.3.1
4+ ARG CUDA_VERSION=11.4.0
55# Target the CUDA build image
6- ARG BASE_CUDA_DEV_CONTAINER=nvidia /cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
6+ ARG BASE_CUDA_DEV_CONTAINER=registry.cn-hangzhou.aliyuncs.com/reg_pub /cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
77# Target the CUDA runtime image
8- ARG BASE_CUDA_RUN_CONTAINER=nvidia /cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
8+ ARG BASE_CUDA_RUN_CONTAINER=registry.cn-hangzhou.aliyuncs.com/reg_pub /cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
99
1010FROM ${BASE_CUDA_DEV_CONTAINER} AS build
1111ARG DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments