ISAACSim Docker

Hello,
I want to run the docker container of Nvidia ISAAC Sim on Palmetto Cluster resource we have. I have two questions

  1. Can I run it in headless mode using A100 GPU (Don’t need to visualize it)?
  2. It uses singularity to pull docker images, can I do that with ISAAC Sim, also does the docker image require an RTX GPU to work?

Hi,

  1. Can I run it in headless mode using A100 GPU (Don’t need to visualize it)?

Yes. You can use WebSocket with H264 encoding if you need streaming.

  1. It uses singularity to pull docker images, can I do that with ISAAC Sim, also does the docker image require an RTX GPU to work?

We have not tested with Singularity yet. You can try rebuild a container for Singularity based on our container.
Yes, The container requires and RTX GPU to run Isaac Sim.

@dhruvm1 Here’s an example of a dockerfile you could use to build your own container. I believe you could then convert it to a SIF container.

Thanks for the help, I’ll try these options

1 Like

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