Skip to content

Commit 4bc97ba

Browse files
authored
remove reference to 'nvidia' conda channel (#665)
1 parent f7a42e2 commit 4bc97ba

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

source/custom-docker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ name: base
167167
channels:
168168
- {{ rapids_conda_channels_list[0] }}
169169
- conda-forge
170-
- nvidia
171170
dependencies:
172171
- cudf={{rapids_version}}
173172
- scikit-learn

source/examples/rapids-custom-docker/env.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: base
22
channels:
33
- "{{ rapids_conda_channels_list[0] }}"
44
- conda-forge
5-
- nvidia
65
dependencies:
76
- python=3.12
87
- cudf={{rapids_version}}

source/platforms/coiled.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ name: rapidsai-notebooks
6565
channels:
6666
- { { rapids_conda_channel } }
6767
- conda-forge
68-
- nvidia
6968
dependencies:
7069
# RAPIDS packages
7170
- rapids={{ rapids_version }}

0 commit comments

Comments
 (0)