File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ will probably then want to take a look the example notebook in the `src` directo
88
99You will need to install:
1010* [ Docker] ( https://docs.docker.com/engine/install/ )
11- * [ Docker Compose] ( https://docs.docker.com/compose/ ) .
11+ * [ Docker Compose] ( https://docs.docker.com/compose/ )
1212* [ NVIDIA Container Toolkit] ( https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html )
1313
1414### Get Your API Key
@@ -23,6 +23,15 @@ Set an environment variable named `NGC_CLI_API_KEY` to your API Key.
2323export NGC_CLI_API_KEY=$( cat ~ /API_KEY)
2424```
2525
26+ ### Login to nvcr.io
27+ To pull the containers used in the docker compose configuration, you will need to login to ` nvcr.io ` with your NGC API Key.
28+
29+ ``` bash
30+ $ docker login nvcr.io
31+ Username: $oauthtoken
32+ Password: < PASTE_API_KEY_HERE>
33+ ```
34+
2635### Create Cache Directories
2736
2837You'll need to create at least one directory for model files, weights, and MSA databases.
You can’t perform that action at this time.
0 commit comments