Docker/NGC Container Toolkit

System: Ubuntu 20.04
Edition: 20.04.3

Work with Docker and NGC Containers

Description

Ubuntu 20.04.3 image to work with Docker and NGC Containers.

Includes:

  • NGC Cli
  • Docker 1.5.2
  • nvidia-docker
  • graphics-driver-495
Category:
Base Linux / Base Linux with CUDA
Size:
10.00 GB
Image added:
05.02.2022
Image updated:
14.02.2022
Uses:
245
Avg boot time:
00:30 — 01:54

Getting started

NGC Container start example:

Downloading container image:

docker pull nvcr.io/nvidia/tensorflow:22.01-tf1-py3 

Running container: 

sudo docker run --rm --gpus all nvidia/tensorflow:22.01-tf1-py3  /bin/bash 

Running container as a daemon:

sudo docker run -d --rm --gpus all nvidia/tensorflow:22.01-tf1-py3 /bin/bash

You can get NGC Containers here: NGC Containers Catalog