AWS setup for Isaac Sim error

Hello,
I’m trying to set up Isaac Sim using AWS using the tutorial:
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/setup.html

Everything seems to work fine up to the installation of the nucleus cloud part, where I got the error message “No such file or directory” when entering “unzip <nucleus_installer.zip> -d nucleus_installer”.
I launched the command for installing the nucleus cloud on the command prompt of my windows 10.

To give some more detail I also noted that when running:
“sudo docker run --gpus all -e “ACCEPT_EULA=Y” --rm --network=host -v ~/docker/isaac-sim/documents:/root/Documents:rw -v ~/docker/isaac-sim/cache:/root/.cache/ov:rw -v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw -v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw nvcr.io/nvidia/isaac-sim:2021.1.1

It ends with just showing a message “Checking for Isaac Sim assets on nucleus server” and stay running forever like that.

Thank you in advance for your help

Problem solved, I simply didn’t replace <nucleus_installer.zip> with the correct zip file.

1 Like

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