Scaling Omniverse with Docker Containers

Hi,

My team and I developed an omniverse extension that receives some information via websockets and performs a small simulation, from which the result is also sent back via websockets.
Currently, this system of ours works well in a local environment, but I would like to inquire how this can be implemented in the case of several simulations?
We thought about whether it is possible to put omniverse in a docker container like isaac sim? Can this be dynamically scaled on AWS?

Thanks,
Daniel

You’ll want to look at the farm containers. Those seem to be a way to distribute the hardware/rendering.

Linking simulations is done through the nucleus. I have connectors to an enterprise version of nucleus where I can have various sims modify the scene.

1 Like