Skip to content

Commit fd8dec6

Browse files
committed
docs(README): remove unneeded nvidia channel and update rapids version in install
1 parent c988ab0 commit fd8dec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ All checks passed!
3636

3737
```bash
3838
# Install and activate a RAPIDS environment E.g
39-
conda create -y -n rapids-24.12 -c rapidsai -c conda-forge -c nvidia rapids=24.12 python=3.12 'cuda-version>=12.0,<=12.5'
40-
conda activate rapids-24.12
39+
conda create -y -n rapids-25.06 -c rapidsai -c conda-forge rapids=25.06 python=3.13 'cuda-version>=12.0,<=12.8'
40+
conda activate rapids-25.06
4141

4242
# Install the RAPIDS CLI
4343
git clone [email protected]:rapidsai/rapids-cli.git

0 commit comments

Comments
 (0)