Unable to run nvidia docker

Hi @tor.christian.eriksen - ok, this is the same as my working Docker shows on L4T R32.6.1. So I don’t think it’s that persay.

Docker and the NVIDIA Container Runtime are already installed on the SD card image (if you’re using the devkit) or when you use SDK Manager to flash/setup the module. So you shouldn’t manually have to do those install steps - probably something is still missing or misconfigured.

You could try installing these packages with apt:

apt-cache search nvidia-container
libnvidia-container-tools - NVIDIA container runtime library (command-line tools)
libnvidia-container0 - NVIDIA container runtime library
nvidia-container-csv-cuda - Jetpack CUDA CSV file
nvidia-container-csv-cudnn - Jetpack CUDNN CSV file
nvidia-container-csv-tensorrt - Jetpack TensorRT CSV file
nvidia-container-csv-visionworks - Jetpack VisionWorks CSV file
nvidia-container-runtime - NVIDIA container runtime
nvidia-container-toolkit - NVIDIA container runtime hook
nvidia-docker2 - nvidia-docker CLI wrapper
nvidia-container - NVIDIA Container Meta Package
nvidia-container-csv-opencv - Jetpack OpenCV CSV file

Alternatively, before spending to much time on it, I would just re-flash your SD card and Docker/l4t-base should work out-of-the-box for you. And avoid doing the apt upgrade for now (or apt-mark the docker packages as hold) to avoid that other docker issue for now until it’s fully resolved.

1 Like