Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ The RAPIDS versions for things like container images and install instructions ar
```python
versions = {
"stable": {
"rapids_container": "nvcr.io/nvidia/rapidsai/base:25.10-cuda12-py3.13",
"rapids_container": "nvcr.io/nvidia/rapidsai/base:25.12-cuda12-py3.13",
},
"nightly": {
"rapids_container": "rapidsai/base:25.12a-cuda12-py3.13",
"rapids_container": "rapidsai/base:26.02a-cuda12-py3.13",
},
}
```
Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
author = "NVIDIA"

# Single modifiable version for all of the docs - easier for future updates
stable_version = "25.10"
nightly_version = "25.12"
stable_version = "25.12"
nightly_version = "26.02"

versions = {
"stable": {
Expand Down