[Docker] Building Isaac Sim 5.1.0 still results in a large docker image layer #270
Replies: 2 comments
-
|
Hi. You should get similar sizes. Try running "docker images". You should see something like this. The Kit SDK is needed to run Isaac Sim. I should be included in the container itself. |
Beta Was this translation helpful? Give feedback.
-
|
@sheikh-nv, I investigated the tooling and made it work with our pipeline / custom tools. I have a docker image that only produces the isaac sim 5.1.0 _containertemp folder |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
When building isaac sim 5.1.0 I still see in that building isaac sim (build.sh -r) still results in a very big docker image:

See my docker history command:
I only build isaac sim in the highlighted step in the image above.
The isaac sim build folder results in ~8.7G:

Other files that are not in the build folder, cached files like omniverse kit etc. are ~14GB:
It is a gigantic difference with the container I am building

Any idea why this is a big difference with the pre-built NGC container?
Do we need to download all big omniverse kit sdk files in the docker image?
Or can this be done when we launch omniverse isaac sim for the first time (so in a running container and not in the docker image build process itself?) Maybe this will result in a much smaller image. Just thinking loud here why this build step takes so much space.
Beta Was this translation helpful? Give feedback.
All reactions