Hi there! I was able to finally finish the docker pull after running the command multiple times, even in parallel with another person, in the same machine. NVIDIA enterprise support couldn’t help me with this, this “trying over and over” thing is something that our admin found somewhere in the internet.
Hello, Please login to docker first in ngc.nvidia.com then go to top right corner (where your email/gmail will be highlighted) then go to “Setup” then “generate api key” after that Generate a api key that should look like this
docker login nvcr.io
Username: $oauthtoken
Password: <18-25 words long>
then open terminal and run “docker login nvcr.io” then will promt for username and password enter your’s ,else directly paste all these 3 lines at once .
then try to pull again.
Hope this will resolve your issue