Hi,
I’m trying to log in to nvcr.io, and keep getting a timeout error.
What I’ve done:
- Get a NGC account
- Generate an API key
Then I try to login using:
docker login nvcr.io
Username: $oauthtoken
Password:
The response I get is:
Error response from daemon: Get https://nvcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Any thoughts?