You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
219 B
Markdown
20 lines
219 B
Markdown
2 years ago
|
# Learning Riva
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
Get NGC setup
|
||
|
|
||
|
Use the ngc-cli (Installed on Orin at /opt/nvida/ngc-cli with a symlink into /usr/local bin)
|
||
|
|
||
|
Or
|
||
|
|
||
|
```
|
||
|
docker login nvcr.io
|
||
|
|
||
|
Username: $oauthtoken
|
||
|
Password: YOUR API KEY
|
||
|
```
|
||
|
|
||
|
|
||
|
|