Skip to content

Commit 13fb586

Browse files
authored
Merge pull request #1711 from rapidsai/version-update-26.04
Update to 26.04
1 parent 8396fd0 commit 13fb586

39 files changed

Lines changed: 112 additions & 112 deletions

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:26.02-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.04-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.02-cuda12.9-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda12.9-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:26.02-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:26.04-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.02-cuda12.9-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda12.9-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:26.2": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.4": {
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:26.2": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/ucx",

.devcontainer/cuda13.1-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "13.1",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:26.02-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.04-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.02-cuda13.1-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda13.1-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.1-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"args": {
66
"CUDA": "13.1",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:26.02-cpp-cuda13.1-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:26.04-cpp-cuda13.1-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.02-cuda13.1-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda13.1-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:26.2": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.4": {
2121
"version": "13.1",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.2": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/ucx",

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
branch: ${{ inputs.branch }}
6262
arch: "${{matrix.arch}}"
6363
date: ${{ inputs.date }}
64-
container_image: "rapidsai/ci-wheel:26.02-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
64+
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
6565
node_type: "cpu16"
6666
# requires_license_builder: false
6767
script: "ci/build_standalone_c.sh"
@@ -86,7 +86,7 @@ jobs:
8686
branch: ${{ inputs.branch }}
8787
arch: "amd64"
8888
date: ${{ inputs.date }}
89-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
89+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
9090
node_type: "gpu-l4-latest-1"
9191
script: "ci/build_rust.sh"
9292
sha: ${{ inputs.sha }}
@@ -108,7 +108,7 @@ jobs:
108108
branch: ${{ inputs.branch }}
109109
arch: "amd64"
110110
date: ${{ inputs.date }}
111-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
111+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
112112
node_type: "gpu-l4-latest-1"
113113
script: "ci/build_go.sh"
114114
sha: ${{ inputs.sha }}
@@ -129,7 +129,7 @@ jobs:
129129
branch: ${{ inputs.branch }}
130130
arch: "amd64"
131131
date: ${{ inputs.date }}
132-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
132+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
133133
script: "ci/build_java.sh"
134134
artifact-name: "cuvs-java-cuda${{ matrix.cuda_version }}"
135135
file_to_upload: "java/cuvs-java/target/"
@@ -169,7 +169,7 @@ jobs:
169169
arch: "amd64"
170170
branch: ${{ inputs.branch }}
171171
build_type: ${{ inputs.build_type || 'branch' }}
172-
container_image: "rapidsai/ci-conda:26.02-latest"
172+
container_image: "rapidsai/ci-conda:26.04-latest"
173173
date: ${{ inputs.date }}
174174
node_type: "gpu-l4-latest-1"
175175
script: "ci/build_docs.sh"

.github/workflows/pr.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
build_type: pull-request
195195
arch: "${{matrix.arch}}"
196196
date: ${{ inputs.date }}_c
197-
container_image: "rapidsai/ci-wheel:26.02-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
197+
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
198198
node_type: "cpu16"
199199
# requires_license_builder: false
200200
script: "ci/build_standalone_c.sh --build-tests"
@@ -221,7 +221,7 @@ jobs:
221221
node_type: "gpu-l4-latest-1"
222222
arch: "${{matrix.arch}}"
223223
date: ${{ inputs.date }}_c
224-
container_image: "rapidsai/ci-wheel:26.02-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
224+
container_image: "rapidsai/ci-wheel:26.04-cuda${{ matrix.cuda_version }}-rockylinux8-py3.10"
225225
script: "ci/test_standalone_c.sh libcuvs_c_${{ matrix.cuda_version }}_${{ matrix.arch }}.tar.gz"
226226
sha: ${{ inputs.sha }}
227227
conda-java-build-and-tests:
@@ -241,7 +241,7 @@ jobs:
241241
build_type: pull-request
242242
node_type: "gpu-l4-latest-1"
243243
arch: "amd64"
244-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
244+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
245245
script: "ci/test_java.sh"
246246
artifact-name: "cuvs-java-cuda${{ matrix.cuda_version }}"
247247
file_to_upload: "java/cuvs-java/target/"
@@ -263,7 +263,7 @@ jobs:
263263
build_type: pull-request
264264
node_type: "gpu-l4-latest-1"
265265
arch: "amd64"
266-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
266+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
267267
script: "ci/build_rust.sh"
268268
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
269269
go-build:
@@ -283,7 +283,7 @@ jobs:
283283
build_type: pull-request
284284
node_type: "gpu-l4-latest-1"
285285
arch: "amd64"
286-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
286+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
287287
script: "ci/build_go.sh"
288288
docs-build:
289289
needs: conda-python-build
@@ -293,7 +293,7 @@ jobs:
293293
build_type: pull-request
294294
node_type: "gpu-l4-latest-1"
295295
arch: "amd64"
296-
container_image: "rapidsai/ci-conda:26.02-latest"
296+
container_image: "rapidsai/ci-conda:26.04-latest"
297297
script: "ci/build_docs.sh"
298298
wheel-build-libcuvs:
299299
needs: checks

.github/workflows/publish-rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cuda_version:
1717
- '12.9.1'
1818
container:
19-
image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
19+
image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Check if release build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sha: ${{ inputs.sha }}
7171
node_type: "gpu-l4-latest-1"
7272
arch: "amd64"
73-
container_image: "rapidsai/ci-conda:26.02-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
73+
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
7474
script: "ci/test_java.sh"
7575
sccache-dist-token-secret-name: GIST_REPO_READ_ORG_GITHUB_TOKEN
7676
wheel-tests-cuvs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ If installing a version that has not yet been released, the `rapidsai` channel c
106106

107107
```bash
108108
# CUDA 13
109-
conda install -c rapidsai-nightly -c conda-forge cuvs=26.02 cuda-version=13.1
109+
conda install -c rapidsai-nightly -c conda-forge cuvs=26.04 cuda-version=13.1
110110

111111
# CUDA 12
112-
conda install -c rapidsai-nightly -c conda-forge cuvs=26.02 cuda-version=12.9
112+
conda install -c rapidsai-nightly -c conda-forge cuvs=26.04 cuda-version=12.9
113113
```
114114

115115
> [!NOTE]

VERSION

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

0 commit comments

Comments
 (0)