File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ The RAPIDS versions for things like container images and install instructions ar
128128``` python
129129versions = {
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```
Original file line number Diff line number Diff line change 2121author = "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
2727versions = {
2828 "stable" : {
You can’t perform that action at this time.
0 commit comments