Cannot pull docker image

ubuntu@ip-172-31-28-24:~$ docker login nvcr.io
Authenticating with existing credentials…
WARNING! Your password will be stored unencrypted in /home/ubuntu/.docker/config.json.

Configure a credential helper to remove this warning. See

Login Succeeded
ubuntu@ip-172-xx:~$ docker pull nvcr.io/nvstaging/omniverse-replicator:xx
Error response from daemon: pull access denied for nvcr.io/nvstaging/omniverse-replicator, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
ubuntu@ip-172-xx:~$

I’m trying to follow this : https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_replicator/container_setup.html#headless-container

Hi @paudyalprajwal . Thanks for bringing this to our attention!

Instead of:
$ docker pull nvcr.io/nvstaging/omniverse-replicator:xx

Please try:
$ docker pull nvcr.io/nvidia/omniverse-replicator:1.4.7-r1

I will update the documentation to reflect this, but in the interrim the above should unblock you. I also replied to you on discord, but adding this here for visibility for others. Thanks again, and let me know if there’s any other things you need help with.