Skip to content

Commit 6cd4bd4

Browse files
authored
Added docker login instructions to deploy/README.md
1 parent 29214ee commit 6cd4bd4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

deploy/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ will probably then want to take a look the example notebook in the `src` directo
88

99
You 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.
2323
export 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

2837
You'll need to create at least one directory for model files, weights, and MSA databases.

0 commit comments

Comments
 (0)