I'm currently trying to pull the jetson-inference container with my API Key:
sudo docker pull nvcr.io/nvidia/jetson-inference:latest
returns
Error response from daemon: Head "https://nvcr.io/v2/nvidia/jetson-inference/manifests/latest": denied: {"errors": [{"code": "DENIED", "message": "Access Denied"}]}
I can't figure out if pulling this container requires a specific account type or specific permissions.
sudo docker login nvcr.io .. Login Succeeded.