Skip to content

Commit 3d14ed5

Browse files
committed
Nvidia conda channel is no longer necessary
1 parent 7bffe81 commit 3d14ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Please make sure you have at least conda version 24.1 installed, then create
4343
a new environment containing cuNumeric:
4444

4545
```
46-
conda create -n myenv -c nvidia -c conda-forge -c legate cunumeric
46+
conda create -n myenv -c conda-forge -c legate cunumeric
4747
```
4848

4949
or install it into an existing environment:
5050

5151
```
52-
conda install -c nvidia -c conda-forge -c legate cunumeric
52+
conda install -c conda-forge -c legate cunumeric
5353
```
5454

5555
Once installed, you can verify the installation by running one of the examples
@@ -67,7 +67,7 @@ The default package contains GPU support, and is compatible with CUDA >= 11.8
6767
(driver >= 520), and Volta or later GPU architectures. There are also CPU-only
6868
packages available, which will be automatically selected when installing on a
6969
machine without GPUs available. See https://nv-legate.github.io/cunumeric for
70-
details about manually forcing different install configurations, or building
70+
details about manually forcing different install configurations, or building
7171
cuNumeric from source.
7272

7373
## Usage and Execution

0 commit comments

Comments
 (0)