Skip to content

Commit f03463c

Browse files
[CI] Update RAPIDS to latest stable (dmlc#9464)
* [CI] Update RAPIDS to latest stable * [CI] Use CMake 3.26.4 --------- Co-authored-by: hcho3 <[email protected]> Co-authored-by: Hyunsu Philip Cho <[email protected]>
1 parent fd4335d commit f03463c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/buildkite/conftest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -x
2424

2525
CUDA_VERSION=11.8.0
2626
NCCL_VERSION=2.16.5-1
27-
RAPIDS_VERSION=23.06
27+
RAPIDS_VERSION=23.08
2828
SPARK_VERSION=3.4.0
2929
JDK_VERSION=8
3030

tests/ci_build/Dockerfile.gpu_build_centos7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN \
1717
bash conda.sh -b -p /opt/mambaforge && \
1818
/opt/mambaforge/bin/python -m pip install awscli && \
1919
# CMake
20-
wget -nv -nc https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.sh --no-check-certificate && \
21-
bash cmake-3.24.0-linux-x86_64.sh --skip-license --prefix=/usr
20+
wget -nv -nc https://cmake.org/files/v3.26/cmake-3.26.4-linux-x86_64.sh --no-check-certificate && \
21+
bash cmake-3.26.4-linux-x86_64.sh --skip-license --prefix=/usr
2222

2323
# NCCL2 (License: https://docs.nvidia.com/deeplearning/sdk/nccl-sla/index.html)
2424
RUN \

0 commit comments

Comments
 (0)