File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
CUDA_VERSION=11.8.0
26
26
NCCL_VERSION=2.16.5-1
27
- RAPIDS_VERSION=23.06
27
+ RAPIDS_VERSION=23.08
28
28
SPARK_VERSION=3.4.0
29
29
JDK_VERSION=8
30
30
Original file line number Diff line number Diff line change 17
17
bash conda.sh -b -p /opt/mambaforge && \
18
18
/opt/mambaforge/bin/python -m pip install awscli && \
19
19
# 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
22
22
23
23
# NCCL2 (License: https://docs.nvidia.com/deeplearning/sdk/nccl-sla/index.html)
24
24
RUN \
You can’t perform that action at this time.
0 commit comments