Skip to content

Commit 2549899

Browse files
authored
update CUDA 13 images to 13.0.1 (#788)
RAPIDS recently started building and testing against CUDA 13.0.1: * rapidsai/ci-imgs#304 * rapidsai/shared-workflows#423 This updates the images here from 13.0.0 to 13.0.1. ## Notes for Reviewers Hopefully those types of differences will go away soon, with #781 Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #788
1 parent b8b13ca commit 2549899

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2023-2025, NVIDIA CORPORATION.
22

3-
CUDA_VER: # Should be `<major>.<minor>.<patch>` (e.g. `13.0.0`)
3+
CUDA_VER: # Should be `<major>.<minor>.<patch>` (e.g. `13.0.1`)
44
- "12.0.1"
55
- "12.9.1"
6-
- "13.0.0"
6+
- "13.0.1"
77
PYTHON_VER:
88
- "3.10"
99
- "3.11"

0 commit comments

Comments
 (0)