From fbc61683365b8a8f9b42ce80ffeabe2170b19d77 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 11 Dec 2025 06:54:17 -0600 Subject: [PATCH] Update rapids version to v25.12 --- README.md | 4 ++-- source/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed30c24f..e8993e68 100644 --- a/README.md +++ b/README.md @@ -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", }, } ``` diff --git a/source/conf.py b/source/conf.py index c7dccc1f..48f81d23 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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": {