Adding ray to an existing docker image

  • High: It blocks me to complete my task.

I want to use Nvidia Omniverse for my RL environment, I have a docker whose base image contains Isaac-Sim and comes from Nvidia. But for this to scale to the cloud I need to install ray in my docker container. It doesn’t seem to be as easy as just pip installing ray, the usual workflow seems to be that the docker image needs to base a ray image but I cannot do that in my case.

Please help, I am blocked here!

I think pip install ray should just work. Do you have some error logs?