From 3bae9759f4473ec64130a9b6133c8da20752e933 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 18 May 2026 21:54:44 -0500 Subject: [PATCH] Update to CUDA 13.2.0 (#879) Updates to CUDA 13.2.0. Part of https://github.com/rapidsai/build-planning/issues/265. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Mike Sarahan (https://github.com/msarahan) URL: https://github.com/rapidsai/docker/pull/879 --- matrix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix.yaml b/matrix.yaml index 4d0d38de..0ea8e620 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -1,11 +1,11 @@ # Copyright (c) 2023-2026, NVIDIA CORPORATION. CUDA_VER: -# The version format is `..` (e.g. `13.1.1`). +# The version format is `..` (e.g. `13.2.0`). # 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.1.1" + - "13.2.0" PYTHON_VER: - "3.11" - "3.12"