Pull access denied for docker

I try login nvcr.io with my NGC key from org.ngc.nvidia.com/setup/api-key
This shown that:

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/tungcao/.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:

 docker pull nvcr.io/metropolis/via-dp/via-engine:2.0-dp
Error response from daemon: pull access denied for nvcr.io/metropolis/via-dp/via-engine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Thank you

You mean you run the docker login nvcr.io -u '$oauthtoken' -p <NGC_API_KEY> successfully, but when you run the docker pull command, it reports the pull access denied error?

Yes, that’s correct. Can you help me?

Maybe you’re using the wrong type of key. Could you refer to this docker-error-error-response-from-daemon-unauthorized and see if that can fix your issue?

I get my NGC key from org.ngc.nvidia.com/setup/api-key here, is correct?

Yes. That’s correct. We’ll investigate internally why you got the key correctly but still reported an pull access denied error.

Hi @tung.nguyen3 , have you joined our via-dp team like below?


If not, you can apply from the following page first.
https://developer.nvidia.com/ai-blueprint-for-video-search-and-summarization-early-access/join

I’m experiencing the same error.
In my subscriptions section I see: NVIDIA VSS Early Access

can login to the nvcr

$ sudo docker login nvcr.io
Authenticating with existing credentials...
Login Succeeded

but can not pull the image

$ sudo docker pull nvcr.io/metropolis/via-dp/via-engine:2.0-dp
Error response from daemon: pull access denied for nvcr.io/metropolis/via-dp/via-engine, repository does not exist or may require 'docker login': denied: requested access to the resource is denied