I begin to use NVIDIA GPU CLOUD Deep Learning platform. I try to pull in the console (Command Prompt):
docker pull nvcr.io/nvidia/pytorch:17.10
and get the message:
Error response from daemon: Get https://nvcr.io/v2/: unauthorized: authentication required
What is my fault?
This error is an indication that the user is not authorized via login and API key. It is necessary to authorize in the console:
docker login nvcr.io
Username: $oauthtoken
Password: <Your Key>
You are not going to look for a special Username. $oauthtoken is the username.
docker login --username "$oauthtoken" --password "NTVzMG9kdGlqYXY4dWFwcWFkbHF0bDl0Y2s6YzE1MDRmYmEtZGIzNy00MmJhLWIwZTMtYzg1Nm" nvcr.io
I failed the above command, since it is pain to type password
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With