Skip to content

Commit

Permalink
[backport] [CI] Pull CentOS 7 images from NGC (#9666) (#9668)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 authored Oct 13, 2023
1 parent 58aa98a commit 8c57558
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.gpu_build_centos7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CUDA_VERSION_ARG
FROM nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
FROM nvcr.io/nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
ARG CUDA_VERSION_ARG
ARG NCCL_VERSION_ARG
ARG RAPIDS_VERSION_ARG
Expand Down
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.gpu_build_r_centos7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CUDA_VERSION_ARG
FROM nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
FROM nvcr.io/nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
ARG CUDA_VERSION_ARG

# Install all basic requirements
Expand Down
2 changes: 1 addition & 1 deletion tests/ci_build/Dockerfile.jvm_gpu_build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG CUDA_VERSION_ARG
FROM nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
FROM nvcr.io/nvidia/cuda:$CUDA_VERSION_ARG-devel-centos7
ARG CUDA_VERSION_ARG
ARG NCCL_VERSION_ARG

Expand Down

0 comments on commit 8c57558

Please sign in to comment.