ISAAC Sim cuOpt IP ADRESS Error

Hello
I am trying to run cuOpt examples on ISAAC Sim (Windows). I followed instructions and completed docker image setup (version of docker is 20). I logon successfully with my API Key. However, connection was failed when I tested connection with 0.0.0.0 IP Adress, and 5000 Port.
I also changed 0.0.0.0 by localhost and127.0.0.1 but it doesn’t work. I have evaluation license for 30 days from Omniverse Enterprise and I really want to try cuOpt.

Could you see image below?

Hi @ahmet.yaylalioglu - Running cuOpt on a windows machine requires wsl2.
You can find more info here: cuOpt | NVIDIA NGC

is this still a valid solution to the problem above? Cause I’m having same issue. But I’m with WSL2.

I want to run cuOpt examples in isaacsim 4.5. But I can’t get the connections.

I tried to connect to cuOpt Managed Service but I couldn’t access “Cloud Functions” in NGC.

So I tried to connect to cuOpt Microservice. But whenever I click TEST button, I get that failure message.

Any reference or advice will be a big help. Thanks.

@ chaeeun.seo You would need to use the cuOpt Port 8000 since -p 8000:5000 maps port 5000 to 8000

@iroy Thanks for the reply.
I think I should first explain the background of why I got to ask this question.
At first I used “docker run -it -d --gpus=1 --rm -p 5000:5000 $CUOPT_IMAGE” command to run the docker and 0.0.0.0:5000 and failed.
So I tried “docker run -t -p 8000:5000 --gpus all --rm $CUOPT_IMAGE” command.
However, nothing worked and I made a post to ask.

But the real problem was not about the port.

For those of you who are having similar problem, here’s what I found.
If you are using WSL2 and use “docker run -it -d --gpus=1 --rm -p 5000:5000 $CUOPT_IMAGE” command to run the docker, then you should use 127.0.0.1 instead of 0.0.0.0.