Skip to content

Commit d9171e5

Browse files
committed
Nvidia conda channel is no longer necessary
1 parent fdf0fc3 commit d9171e5

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
@@ -221,21 +221,21 @@ Please make sure you have at least conda version 24.1 installed, then create
221221
a new environment containing Legate Core:
222222

223223
```
224-
conda create -n myenv -c nvidia -c conda-forge -c legate legate-core
224+
conda create -n myenv -c conda-forge -c legate legate-core
225225
```
226226

227227
or install it into an existing environment:
228228

229229
```
230-
conda install -c nvidia -c conda-forge -c legate legate-core
230+
conda install -c conda-forge -c legate legate-core
231231
```
232232

233233
Only linux-64 packages are available at the moment.
234234

235235
The default package contains GPU support, and is compatible with CUDA >= 11.8
236236
(driver >= 520), and Volta or later GPU architectures. There are also CPU-only
237237
packages available, which will be automatically selected when installing on a
238-
machine without GPUs available. See [BUILD.md](BUILD.md) for instructions on
238+
machine without GPUs available. See [BUILD.md](BUILD.md) for instructions on
239239
building Legate Core from source.
240240

241241
## How Do I Use Legate?

0 commit comments

Comments
 (0)