From f03463c45b9256d27009bba192a558e4d7b188c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:54:37 -0700 Subject: [PATCH] [CI] Update RAPIDS to latest stable (#9464) * [CI] Update RAPIDS to latest stable * [CI] Use CMake 3.26.4 --------- Co-authored-by: hcho3 Co-authored-by: Hyunsu Philip Cho --- tests/buildkite/conftest.sh | 2 +- tests/ci_build/Dockerfile.gpu_build_centos7 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/buildkite/conftest.sh b/tests/buildkite/conftest.sh index 0036a06fe..9e821f0fe 100755 --- a/tests/buildkite/conftest.sh +++ b/tests/buildkite/conftest.sh @@ -24,7 +24,7 @@ set -x CUDA_VERSION=11.8.0 NCCL_VERSION=2.16.5-1 -RAPIDS_VERSION=23.06 +RAPIDS_VERSION=23.08 SPARK_VERSION=3.4.0 JDK_VERSION=8 diff --git a/tests/ci_build/Dockerfile.gpu_build_centos7 b/tests/ci_build/Dockerfile.gpu_build_centos7 index 4f9823baa..6134d49aa 100644 --- a/tests/ci_build/Dockerfile.gpu_build_centos7 +++ b/tests/ci_build/Dockerfile.gpu_build_centos7 @@ -17,8 +17,8 @@ RUN \ bash conda.sh -b -p /opt/mambaforge && \ /opt/mambaforge/bin/python -m pip install awscli && \ # CMake - wget -nv -nc https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh --no-check-certificate && \ - bash cmake-3.24.0-linux-x86_64.sh --skip-license --prefix=/usr + wget -nv -nc https://cmake.org/files/v3.26/cmake-3.26.4-linux-x86_64.sh --no-check-certificate && \ + bash cmake-3.26.4-linux-x86_64.sh --skip-license --prefix=/usr # NCCL2 (License: https://docs.nvidia.com/deeplearning/sdk/nccl-sla/index.html) RUN \