Get https://nvcr.io/v2/: dial tcp: lookup nvcr.io on 127.0.0.1:53: read udp 127.0.0.1:45025->127.0.0.1:53: i/o timeout

Hi NVIDIA team , I’m stuck with this step, after these two commands docker should run and start downloading but instead am getting this error , please help me out with this issue, screenshot attached… thanks in advance
ERROR~~~
Unable to find image ‘nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.4.4’ locally
docker: Error response from daemon: Get https://nvcr.io/v2/: dial tcp: lookup nvcr.io on 127.0.0.1:53: read udp 127.0.0.1:45025->127.0.0.1:53: i/o timeout.

Hi,

Just double-check.
We can pull the nvcr.io/nvidia/dli/dli-nano-ai:v2.0.1-r32.4.4 container correctly in our environment.

Could you verify the network connection of your Nano first?
Please try the following command:

$ ping nvcr.io

Then you will get an IP address.
Please add the IP to /etc/hosts to see if it helps.
(You may need to repeat ping & add several times)

Thanks.

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