We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvidia
1 parent c988ab0 commit fd8dec6Copy full SHA for fd8dec6
README.md
@@ -36,8 +36,8 @@ All checks passed!
36
37
```bash
38
# 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
+conda create -y -n rapids-25.06 -c rapidsai -c conda-forge rapids=25.06 python=3.13 'cuda-version>=12.0,<=12.8'
+conda activate rapids-25.06
41
42
# Install the RAPIDS CLI
43
git clone [email protected]:rapidsai/rapids-cli.git
0 commit comments