Skip to content

Commit 04b4d11

Browse files
committed
DOC v24.06 Updates [skip ci]
1 parent 6d45e7b commit 04b4d11

25 files changed

Lines changed: 170 additions & 170 deletions

File tree

.devcontainer/cuda11.8-conda/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:24.04-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.06-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"hostRequirements": {"gpu": "optional"},
1212
"features": {
13-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.4": {}
13+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
1414
},
1515
"overrideFeatureInstallOrder": [
1616
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda11.8-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:24.04-cpp-cuda11.8-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.06-cpp-cuda11.8-ubuntu22.04"
99
}
1010
},
1111
"hostRequirements": {"gpu": "optional"},
1212
"features": {
13-
"ghcr.io/rapidsai/devcontainers/features/ucx:24.4": {
13+
"ghcr.io/rapidsai/devcontainers/features/ucx:24.6": {
1414
"version": "1.14.1"
1515
},
16-
"ghcr.io/rapidsai/devcontainers/features/cuda:24.4": {
16+
"ghcr.io/rapidsai/devcontainers/features/cuda:24.6": {
1717
"version": "11.8",
1818
"installcuBLAS": true,
1919
"installcuSOLVER": true,
2020
"installcuRAND": true,
2121
"installcuSPARSE": true
2222
},
23-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.4": {}
23+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
2424
},
2525
"overrideFeatureInstallOrder": [
2626
"ghcr.io/rapidsai/devcontainers/features/ucx",

.devcontainer/cuda12.2-conda/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"args": {
66
"CUDA": "12.2",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:24.04-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.06-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"hostRequirements": {"gpu": "optional"},
1212
"features": {
13-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.4": {}
13+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
1414
},
1515
"overrideFeatureInstallOrder": [
1616
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.2-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"args": {
66
"CUDA": "12.2",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:24.04-cpp-cuda12.2-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:24.06-cpp-cuda12.2-ubuntu22.04"
99
}
1010
},
1111
"hostRequirements": {"gpu": "optional"},
1212
"features": {
13-
"ghcr.io/rapidsai/devcontainers/features/ucx:24.4": {
13+
"ghcr.io/rapidsai/devcontainers/features/ucx:24.6": {
1414
"version": "1.14.1"
1515
},
16-
"ghcr.io/rapidsai/devcontainers/features/cuda:24.4": {
16+
"ghcr.io/rapidsai/devcontainers/features/cuda:24.6": {
1717
"version": "12.2",
1818
"installcuBLAS": true,
1919
"installcuSOLVER": true,
2020
"installcuRAND": true,
2121
"installcuSPARSE": true
2222
},
23-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.4": {}
23+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:24.6": {}
2424
},
2525
"overrideFeatureInstallOrder": [
2626
"ghcr.io/rapidsai/devcontainers/features/ucx",

.github/workflows/build.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.04
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.06
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -38,7 +38,7 @@ jobs:
3838
python-build:
3939
needs: [cpp-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.04
41+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.06
4242
with:
4343
build_type: ${{ inputs.build_type || 'branch' }}
4444
branch: ${{ inputs.branch }}
@@ -47,7 +47,7 @@ jobs:
4747
upload-conda:
4848
needs: [cpp-build, python-build]
4949
secrets: inherit
50-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.04
50+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.06
5151
with:
5252
build_type: ${{ inputs.build_type || 'branch' }}
5353
branch: ${{ inputs.branch }}
@@ -57,7 +57,7 @@ jobs:
5757
if: github.ref_type == 'branch'
5858
needs: python-build
5959
secrets: inherit
60-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.04
60+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.06
6161
with:
6262
arch: "amd64"
6363
branch: ${{ inputs.branch }}
@@ -69,21 +69,21 @@ jobs:
6969
sha: ${{ inputs.sha }}
7070
wheel-build-pylibcugraph:
7171
secrets: inherit
72-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
72+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
7373
with:
7474
build_type: ${{ inputs.build_type || 'branch' }}
7575
branch: ${{ inputs.branch }}
7676
sha: ${{ inputs.sha }}
7777
date: ${{ inputs.date }}
7878
script: ci/build_wheel_pylibcugraph.sh
7979
extra-repo: rapidsai/cugraph-ops
80-
extra-repo-sha: branch-24.04
80+
extra-repo-sha: branch-24.06
8181
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
8282
node_type: cpu32
8383
wheel-publish-pylibcugraph:
8484
needs: wheel-build-pylibcugraph
8585
secrets: inherit
86-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
86+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
8787
with:
8888
build_type: ${{ inputs.build_type || 'branch' }}
8989
branch: ${{ inputs.branch }}
@@ -93,20 +93,20 @@ jobs:
9393
wheel-build-cugraph:
9494
needs: wheel-publish-pylibcugraph
9595
secrets: inherit
96-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
96+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
9797
with:
9898
build_type: ${{ inputs.build_type || 'branch' }}
9999
branch: ${{ inputs.branch }}
100100
sha: ${{ inputs.sha }}
101101
date: ${{ inputs.date }}
102102
script: ci/build_wheel_cugraph.sh
103103
extra-repo: rapidsai/cugraph-ops
104-
extra-repo-sha: branch-24.04
104+
extra-repo-sha: branch-24.06
105105
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
106106
wheel-publish-cugraph:
107107
needs: wheel-build-cugraph
108108
secrets: inherit
109-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
109+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
110110
with:
111111
build_type: ${{ inputs.build_type || 'branch' }}
112112
branch: ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116
wheel-build-nx-cugraph:
117117
needs: wheel-publish-pylibcugraph
118118
secrets: inherit
119-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
119+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
120120
with:
121121
build_type: ${{ inputs.build_type || 'branch' }}
122122
branch: ${{ inputs.branch }}
@@ -126,7 +126,7 @@ jobs:
126126
wheel-publish-nx-cugraph:
127127
needs: wheel-build-nx-cugraph
128128
secrets: inherit
129-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
129+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
130130
with:
131131
build_type: ${{ inputs.build_type || 'branch' }}
132132
branch: ${{ inputs.branch }}
@@ -136,7 +136,7 @@ jobs:
136136
wheel-build-cugraph-dgl:
137137
needs: wheel-publish-cugraph
138138
secrets: inherit
139-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
139+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
140140
with:
141141
build_type: ${{ inputs.build_type || 'branch' }}
142142
branch: ${{ inputs.branch }}
@@ -146,7 +146,7 @@ jobs:
146146
wheel-publish-cugraph-dgl:
147147
needs: wheel-build-cugraph-dgl
148148
secrets: inherit
149-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
149+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
150150
with:
151151
build_type: ${{ inputs.build_type || 'branch' }}
152152
branch: ${{ inputs.branch }}
@@ -156,7 +156,7 @@ jobs:
156156
wheel-build-cugraph-pyg:
157157
needs: wheel-publish-cugraph
158158
secrets: inherit
159-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
159+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
160160
with:
161161
build_type: ${{ inputs.build_type || 'branch' }}
162162
branch: ${{ inputs.branch }}
@@ -166,7 +166,7 @@ jobs:
166166
wheel-publish-cugraph-pyg:
167167
needs: wheel-build-cugraph-pyg
168168
secrets: inherit
169-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
169+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
170170
with:
171171
build_type: ${{ inputs.build_type || 'branch' }}
172172
branch: ${{ inputs.branch }}
@@ -175,7 +175,7 @@ jobs:
175175
package-name: cugraph-pyg
176176
wheel-build-cugraph-equivariant:
177177
secrets: inherit
178-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.04
178+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.06
179179
with:
180180
build_type: ${{ inputs.build_type || 'branch' }}
181181
branch: ${{ inputs.branch }}
@@ -185,7 +185,7 @@ jobs:
185185
wheel-publish-cugraph-equivariant:
186186
needs: wheel-build-cugraph-equivariant
187187
secrets: inherit
188-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.04
188+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
189189
with:
190190
build_type: ${{ inputs.build_type || 'branch' }}
191191
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)