Can't Download / Start Docker

When i try the “docker pull nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.0” command gives “Unable to find image ‘nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.0’ locally” error.
Also, i type this:
sudo docker run --runtime nvidia -it --rm --network host
–volume ~/nvdli-data:/nvdli-nano/data
–volume /tmp/argus_socket:/tmp/argus_socket
nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.5.0
i get same error.

Hi @ayn_2001, is your system connected to the internet? Can you ping google.com or similar from it?

It should download the container after it prints that line out about ‘unable to find image locally’

1 Like

How can i connect my system to the internet in headless mode? (My laptop is already connected)

It would seem the internet connection sharing isn’t working through your laptop. Can you connect your Nano to your internet router either via ethernet or a wifi adapter?

If you are using Windows, you can also see this post about ICS:

1 Like