This is Dockerfile to use NVIDIA Isaac SDK on Docker container.
Please download NVIDIA Isaac SDK from https://developer.nvidia.com/isaac-sdk.
And, please put NVIDIA Isaac SDK in the same directory as the Dockerfile.
This time, I used the following package.
isaac-sdk-20200527-0159e2bab.tar.xz
isaac_sim_unity3d-20200527-a8205d23.tar.xz
$ docker build -t isaac_sdk .
$ ./launch_container.sh
$ cd ~/isaac_sdk
$ bazel build //apps/samples/stereo_dummy
$ bazel run //apps/samples/stereo_dummy
Please open the visualization frontend by opening http://localhost:3000. in a browser.
$ cd ~/isaac_sim_unity3d/builds
$ ./sample.x86_64 --scene small_warehouse -logFile -
$ cd ~/isaac_sdk
$ bazel run //apps/navsim:navsim_navigate
Please open the visualization frontend by opening http://localhost:3000 in a browser.