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.
@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.