Skip to content

Commit 0dc3e4f

Browse files
committed
Update to 26.02.00
1 parent ab76bf9 commit 0dc3e4f

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

.devcontainer/cuda12.9-conda/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.02-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
@@ -17,7 +17,7 @@
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.9-pip/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda12.9"
8+
"BASE": "rapidsai/devcontainers:26.02-cpp-cuda12.9"
99
}
1010
},
1111
"runArgs": [
@@ -17,14 +17,14 @@
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.2": {
2121
"version": "12.9",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda13.0-conda/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "13.0",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.02-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
@@ -17,7 +17,7 @@
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.0-pip/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"args": {
66
"CUDA": "13.0",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda13.0"
8+
"BASE": "rapidsai/devcontainers:26.02-cpp-cuda13.0"
99
}
1010
},
1111
"runArgs": [
@@ -17,14 +17,14 @@
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.2": {
2121
"version": "13.0",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/cuda",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.12.00
1+
26.02.00

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- libcurand-dev
2020
- libcusolver-dev
2121
- libcusparse-dev
22-
- libraft-headers==25.12.*
23-
- librmm==25.12.*
22+
- libraft-headers==26.2.*
23+
- librmm==26.2.*
2424
- ninja
2525
- pre-commit
2626
- python>=3.10,<3.14

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- libcurand-dev
2020
- libcusolver-dev
2121
- libcusparse-dev
22-
- libraft-headers==25.12.*
23-
- librmm==25.12.*
22+
- libraft-headers==26.2.*
23+
- librmm==26.2.*
2424
- ninja
2525
- pre-commit
2626
- python>=3.10,<3.14

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- libcurand-dev
2020
- libcusolver-dev
2121
- libcusparse-dev
22-
- libraft-headers==25.12.*
23-
- librmm==25.12.*
22+
- libraft-headers==26.2.*
23+
- librmm==26.2.*
2424
- ninja
2525
- pre-commit
2626
- python>=3.10,<3.14

conda/environments/all_cuda-130_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- libcurand-dev
2020
- libcusolver-dev
2121
- libcusparse-dev
22-
- libraft-headers==25.12.*
23-
- librmm==25.12.*
22+
- libraft-headers==26.2.*
23+
- librmm==26.2.*
2424
- ninja
2525
- pre-commit
2626
- python>=3.10,<3.14

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies:
3535
- c-compiler
3636
- cuda-nvcc
3737
- cxx-compiler
38-
- libraft-headers==25.12.*
39-
- librmm==25.12.*
38+
- libraft-headers==26.2.*
39+
- librmm==26.2.*
4040
specific:
4141
- output_types: conda
4242
matrices:

0 commit comments

Comments
 (0)