diff --git a/Dockerfile b/Dockerfile index f200d77d..2f595038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,8 @@ rapids-mamba-retry install -y -n base \ "cuda-version=${CUDA_VER%.*}.*" \ ipython \ 'rapids-cli==0.1.*' \ - 'openssl==3.5.4' + 'openssl==3.5.4' \ + brotli conda clean -afy EOF diff --git a/matrix.yaml b/matrix.yaml index 81dbe3ef..01d8fbda 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -1,11 +1,11 @@ # Copyright (c) 2023-2025, NVIDIA CORPORATION. CUDA_VER: -# The version format is `..` (e.g. `13.0.1`). +# The version format is `..` (e.g. `13.0.2`). # Use the latest supported minor/patch version for each supported CUDA major # version. Only one entry is allowed per CUDA major version. - "12.9.1" - - "13.0.1" + - "13.0.2" PYTHON_VER: - "3.10" - "3.11"