Skip to content

Commit

Permalink
Use correct label command
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jan 28, 2025
1 parent e5bbcc6 commit ba89cba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _notices/rsn0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ notice_updated: 2025-01-27
## Overview

RAPIDS will move certain older conda packages in the `rapidsai` conda channel
under a new label: `legacy`. These packages will still be available by appending
`--label legacy` to installation and search commands.
under a new label: `legacy`. These packages will still be available by adding
`-c rapidsai/label/legacy` to installation and search commands.

By moving these packages out of the main portion of the channel, newer RAPIDS
conda environments will be solvable with `strict_channel_priority`, speeding up
Expand All @@ -44,8 +44,8 @@ This change will occur concurrently with the release of RAPIDS `v25.04`.
## Impact

RAPIDS environments installed using `conda` or `mamba`, for environments older
than RAPIDS `v23.04` will fail to install unless `--label legacy` is appended to
the installation command.
than RAPIDS `v23.04` will fail to install unless `-c rapidsai/label/legacy` is
added to the installation command.

e.g. if you are creating an environment like:

Expand All @@ -57,5 +57,4 @@ you will need to instead run

```python
mamba create -n rapids-23.02 rapids=23.02 python=3.10 'cuda-version>=11.4,<=11.8' -c rapidsai -c rapidsai/label/legacy -c conda-forge -c nvidia

```

0 comments on commit ba89cba

Please sign in to comment.