Question about downloading docker on Jetson Nano

I followed the free tutorial from Nvidia Deep learning institute to download the docker. However, when I run the following code:

$ echo "sudo docker run --runtime nvidia -it --rm --network host \
    --volume ~/nvdli-data:/nvdli-nano/data \
    --device /dev/video0 \
    nvcr.io/nvidia/dli/dli-nano-ai:v2.0.2-r32.7.1zh" > docker_dli_run.sh
$ ./docker_dli_run.sh

The system shows "docker: Error response from daemon: Unknown runtime specified nvidia.See 'docker run --help'."

Dose anyone can help with this? Thank you.

Hi,
Not sure which docker you are using. Please use this:
NVIDIA L4T Base | NVIDIA NGC
NVIDIA L4T Base | NVIDIA NGC // r32.7.1

Jetson Nano uses Jetpack 4(r32) so please use latest r32.7.1 one.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.