Nvidia DGX A100 User Manual page 94

Hide thumbs Also See for DGX A100:
Table of Contents

Advertisement

A.4
Installing Docker Containers
This method applies to Docker containers hosted on the NVIDIA NGC Container Registry, and
requires that you have an active NGC account.
On a system with internet access, log in to the NGC Container Registry by entering the
1.
following command and credentials.
$ docker login nvcr.io
Username: $oauthtoken
Password: apikey
Type $oauthtoken exactly as shown for the Username. This is a special username that
enables API key authentication. In place of apikey, paste in the API Key text that you obtained
from the NGC website.
Enter the docker pull command, specifying the image registry, image repository, and tag:
1.
$ docker pull nvcr.io/nvidia/repository:tag
Verify the image is on your system using docker images.
2.
$ docker images
Save the Docker image as an archive.
3.
$ docker save nvcr.io/nvidia/repository:tag > framework.tar
Transfer the image to the air-gapped system using removable media such as a USB flash
4.
drive.
Load the NVIDIA Docker image.
5.
$ docker load –i framework.tar
Verify the image is on your system.
6.
$ docker images
DGX A100 System
Redfish APIs Support
DU-09821-001_v06 | 89

Advertisement

Table of Contents
loading

Table of Contents