I try to login nvcr.io using the key generated from https://org.ngc.nvidia.com/setup/api-key
This shown that:
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /home/zhangjingxin/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
But when i try to pull image nvcr.io/nvidia/clara-train:4.1, Fail to pull image.
Error response from daemon: Head "https://nvcr.io/v2/nvidia/clara-train/manifests/4.1": denied: Access Denied
How to solve it? Thank you!