Skip to content

Commit ecfaa1c

Browse files
authored
Update rapids version to 25.04 (#545)
1 parent 557be62 commit ecfaa1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ The RAPIDS versions for things like container images and install instructions ar
128128
```python
129129
versions = {
130130
"stable": {
131-
"rapids_container": "nvcr.io/nvidia/rapidsai/base:25.02-cuda12.8-py3.12",
131+
"rapids_container": "nvcr.io/nvidia/rapidsai/base:25.04-cuda12.8-py3.12",
132132
},
133133
"nightly": {
134-
"rapids_container": "rapidsai/base:25.04a-cuda12.8-py3.12",
134+
"rapids_container": "rapidsai/base:25.06a-cuda12.8-py3.12",
135135
},
136136
}
137137
```

Diff for: source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
author = "NVIDIA"
2222

2323
# Single modifiable version for all of the docs - easier for future updates
24-
stable_version = "25.02"
25-
nightly_version = "25.04"
24+
stable_version = "25.04"
25+
nightly_version = "25.06"
2626

2727
versions = {
2828
"stable": {

0 commit comments

Comments
 (0)