Isaac Sim advanced installation: failed pulling container image from NGC

Hi,
I am experiencing issues in the very first step of the advanced (container) installation of Isaac SIM (section 3.2, step 6).

After creating the NGC API key I am able to successfully login to nvcr:

:~$ sudo docker login nvcr.io
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /root/snap/docker/1779/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

However, the docker pull fails:

~$ sudo docker pull nvcr.io/nvidia/isaac-sim:2022.1.1
Error response from daemon: manifest for nvcr.io/nvidia/isaac-sim:2022.1.1 not found: manifest unknown: manifest unknown

They updated the tutorial to the latest verison of Isaac Sim, which came out this week, but that version of the container has not been published yet. You can change the 2022.1.1 to 2022.1.0 to download the previous version, or wait for them to update the container.

Thanks, this resolved the issue.

For future setups, any way to list the available tags of nvcr.io/nvidia/isaac-sim?

They’re listed here Isaac Sim | NVIDIA NGC

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.