Credentials
Credentials allow your workloads to pull private container images and access external storage.
Types of Credentials
| Type | Purpose |
|---|---|
| Docker Registry | Pull images from NGC or private registries |
| S3 | Access training data or model artifacts in S3 buckets |
| Generic Secret | Custom key-value pairs for your workloads |
Creating Docker Registry Credentials
To pull images from NVIDIA NGC:
- Go to Credentials in the Run:AI UI
- Click New Credential
- Select Docker Registry
- Fill in:
- Name:
ngc-registry - Registry URL:
nvcr.io - Username:
$oauthtoken - Password: Your NGC API key
Your NGC API key is available on your lab handout sheet. Do not share it with others.
Using Credentials in Workloads
When creating a workspace or training job, select your credential in the Image Pull Secret dropdown. This tells Kubernetes to use those credentials when pulling the container image.