Skip to content

Commit 8c57558

Browse files
authored
[backport] [CI] Pull CentOS 7 images from NGC (dmlc#9666) (dmlc#9668)
1 parent 58aa98a commit 8c57558

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ci_build/Dockerfile.gpu_build_centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG CUDA_VERSION_ARG
2-
FROM nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
2+
FROM nvcr.io/nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
33
ARG CUDA_VERSION_ARG
44
ARG NCCL_VERSION_ARG
55
ARG RAPIDS_VERSION_ARG

tests/ci_build/Dockerfile.gpu_build_r_centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG CUDA_VERSION_ARG
2-
FROM nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
2+
FROM nvcr.io/nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
33
ARG CUDA_VERSION_ARG
44

55
# Install all basic requirements

tests/ci_build/Dockerfile.jvm_gpu_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG CUDA_VERSION_ARG
2-
FROM nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
2+
FROM nvcr.io/nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
33
ARG CUDA_VERSION_ARG
44
ARG NCCL_VERSION_ARG
55

0 commit comments

Comments
 (0)