DLI Course Docker run manifest not found error

Did a docker run directly. Here is the copy from terminal showing the docker pull and tegra release version.

jetson@nano2g-jp45-ub18 : ~ $ sudo docker run --runtime nvidia -it --rm --network host --volume ~/nvdli-data:/nvdli-nano/data --volume /tmp/argus_socket:/tmp/argus_socket --device /dev/video0 nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.1

Unable to find image ‘nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.1’ locally

docker: Error response from daemon: manifest for nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.1 not found: manifest unknown: manifest unknown.

See ‘docker run --help’.

jetson@nano2g-jp45-ub18 : ~ $ sudo docker pull nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.1

Error response from daemon: manifest for nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.1 not found: manifest unknown: manifest unknown

jetson@nano2g-jp45-ub18 : ~ $ cat /etc/nv_tegra_release

R32 (release), REVISION: 5.1, GCID: 26202423, BOARD: t210ref, EABI: aarch64, DATE: Fri Feb 19 16:45:52 UTC 2021

jetson@nano2g-jp45-ub18 : ~ $

Seems DLI course version tag for my tegra version doesn’t exist.

Hi,

Please use r32.5.0 tag instead.
(The container is shared for r32.5.x environment)

$ sudo docker pull nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.0
v2.0.1-r32.5.0: Pulling from nvidia/dli/dli-nano-ai
5000a6c32c5a: Downloading [==================>                                ]  8.973MB/24.57MB
8e855b69096a: Download complete
8db8dbbd4bb9: Download complete
833dc3235950: Waiting
...

Thanks.

Thank you for the very quick response & I can report this solved the problem and the DLI Docker Container now runs and installs . I should have tried that action myself :(

It’s okay : )
Thanks for updating the result with us!

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