My setup:
• Ubuntu 22.04, RTX 3060
• DeepStream container deepstream:6.3-triton-multiarch
• NVIDIA GPU Driver Version 525.125.06
• Issue Type - can’t login to NGC via docker
• How to reproduce the issue - docker login nvcr.io
Hi,
I’m trying to setup docker for DeepStream (deepstream:6.3-triton-multiarch), but on
docker login nvcr.io
after typing $oauthtoken and my API key (from Setup>API Key), I get
Error response from daemon: Get “https://nvcr.io/v2/”: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Prev steps:
- Installed
docker-ce - Installed
nvidia-container-toolkit
I’ve checked another topic on forum and switched to other network with no luck, as well as tried docker login --username "$oauthtoken" --password "MY_API_KEY" nvcr.io as suggested on stack, getting
Error response from daemon: Get “https://nvcr.io/v2/”: context deadline exceeded
How to proceed with NGC login?