Using DGX-2 System in KVM ModeDGX-2 System User Guide 88A.4. Installing Docker ContainersThis method applies to Docker containers hosted on the NVIDIA NGC ContainerRegistry, and requires that you have an active NGC account.1. On a system with internet access, log in to the NGC Container Registry by entering thefollowing command and credentials.$ docker login nvcr.ioUsername: $oauthtokenPassword: apikeyType “$oauthtoken” exactly as shown for the Username. This is a special usernamethat enables API key authentication. In place of apikey, paste in the API Key text thatyou obtained from the NGC website.2. Enter the docker pull command, specifying the image registry, image repository, andtag:$ docker pull nvcr.io/nvidia/repository:tag3. Verify the image is on your system using docker images.$ docker images4. Save the Docker image as an archive. .$ docker save nvcr.io/nvidia/repository:tag > framework.tar5. Transfer the image to the air-gapped system using removable media such as a USB flashdrive.6. Load the NVIDIA Docker image.$ docker load –i framework.tar7. Verify the image is on your system.$ docker images.