Skip to content

Commit 5e8c039

Browse files
committed
DOC v25.12 Updates [skip ci]
1 parent 5492a06 commit 5e8c039

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+148
-148
lines changed

.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:25.10-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda12.9-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda12.9-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
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:25.10-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda12.9-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda12.9-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.10": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
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.10": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/ucx",

.devcontainer/cuda13.0-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.0",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda13.0-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda13.0-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.0-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.0",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-cuda13.0-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda13.0-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda13.0-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda13.0-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.10": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
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.10": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/ucx",

.github/workflows/build.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
cpp-build:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
37+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
3838
with:
3939
build_type: ${{ inputs.build_type || 'branch' }}
4040
branch: ${{ inputs.branch }}
@@ -44,7 +44,7 @@ jobs:
4444
rust-build:
4545
needs: cpp-build
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
47+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4848
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
4949
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
5050
strategy:
@@ -58,14 +58,14 @@ jobs:
5858
branch: ${{ inputs.branch }}
5959
arch: "amd64"
6060
date: ${{ inputs.date }}
61-
container_image: "rapidsai/ci-conda:25.10-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
61+
container_image: "rapidsai/ci-conda:25.12-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
6262
node_type: "gpu-l4-latest-1"
6363
script: "ci/build_rust.sh"
6464
sha: ${{ inputs.sha }}
6565
go-build:
6666
needs: cpp-build
6767
secrets: inherit
68-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
68+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
6969
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
7070
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
7171
strategy:
@@ -79,14 +79,14 @@ jobs:
7979
branch: ${{ inputs.branch }}
8080
arch: "amd64"
8181
date: ${{ inputs.date }}
82-
container_image: "rapidsai/ci-conda:25.10-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
82+
container_image: "rapidsai/ci-conda:25.12-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
8383
node_type: "gpu-l4-latest-1"
8484
script: "ci/build_go.sh"
8585
sha: ${{ inputs.sha }}
8686
java-build:
8787
needs: cpp-build
8888
secrets: inherit
89-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
89+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
9090
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
9191
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
9292
strategy:
@@ -100,15 +100,15 @@ jobs:
100100
branch: ${{ inputs.branch }}
101101
arch: "amd64"
102102
date: ${{ inputs.date }}
103-
container_image: "rapidsai/ci-conda:25.10-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
103+
container_image: "rapidsai/ci-conda:25.12-cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
104104
script: "ci/build_java.sh"
105105
artifact-name: "cuvs-java-cuda${{ matrix.cuda_version }}"
106106
file_to_upload: "java/cuvs-java/target/"
107107
sha: ${{ inputs.sha }}
108108
python-build:
109109
needs: [cpp-build]
110110
secrets: inherit
111-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
111+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
112112
with:
113113
build_type: ${{ inputs.build_type || 'branch' }}
114114
branch: ${{ inputs.branch }}
@@ -118,7 +118,7 @@ jobs:
118118
upload-conda:
119119
needs: [cpp-build, python-build]
120120
secrets: inherit
121-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
121+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
122122
with:
123123
build_type: ${{ inputs.build_type || 'branch' }}
124124
branch: ${{ inputs.branch }}
@@ -133,19 +133,19 @@ jobs:
133133
if: github.ref_type == 'branch'
134134
needs: python-build
135135
secrets: inherit
136-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
136+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
137137
with:
138138
arch: "amd64"
139139
branch: ${{ inputs.branch }}
140140
build_type: ${{ inputs.build_type || 'branch' }}
141-
container_image: "rapidsai/ci-conda:25.10-latest"
141+
container_image: "rapidsai/ci-conda:25.12-latest"
142142
date: ${{ inputs.date }}
143143
node_type: "gpu-l4-latest-1"
144144
script: "ci/build_docs.sh"
145145
sha: ${{ inputs.sha }}
146146
wheel-build-libcuvs:
147147
secrets: inherit
148-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
148+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
149149
with:
150150
build_type: ${{ inputs.build_type || 'branch' }}
151151
branch: ${{ inputs.branch }}
@@ -159,7 +159,7 @@ jobs:
159159
wheel-publish-libcuvs:
160160
needs: wheel-build-libcuvs
161161
secrets: inherit
162-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
162+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
163163
with:
164164
build_type: ${{ inputs.build_type || 'branch' }}
165165
branch: ${{ inputs.branch }}
@@ -170,7 +170,7 @@ jobs:
170170
wheel-build-cuvs:
171171
needs: wheel-build-libcuvs
172172
secrets: inherit
173-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
173+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
174174
with:
175175
build_type: ${{ inputs.build_type || 'branch' }}
176176
branch: ${{ inputs.branch }}
@@ -182,7 +182,7 @@ jobs:
182182
wheel-publish-cuvs:
183183
needs: wheel-build-cuvs
184184
secrets: inherit
185-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
185+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
186186
with:
187187
build_type: ${{ inputs.build_type || 'branch' }}
188188
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)