File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,21 +221,21 @@ Please make sure you have at least conda version 24.1 installed, then create
221221a 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
227227or 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
233233Only linux-64 packages are available at the moment.
234234
235235The 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
237237packages 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
239239building Legate Core from source.
240240
241241## How Do I Use Legate?
You can’t perform that action at this time.
0 commit comments