How to package isaac sim build? + bootstrap the package with all dependencies (kit sdk) #126
Unanswered
BenjaminYde
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Please see if https://forums.developer.nvidia.com/t/isaac-sim-kit-app-docker-image/341866/2 is helpful. |
Beta Was this translation helpful? Give feedback.
2 replies
-
We have an internal ticket to publish the Dockerfile for the 5.x release, which should serve as a useful reference once it's available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When building IsaacSim in Docker using
build.sh -r
I see that the layer cache of only the install of IsaacSim of the Docker image is 37GB!What do I need to do to create a clean / minimal install of the
release/
folder (build artifact).Can I delete certain files that are not needed anymore? Cache files or other?
Is there a command I do not know of to Install Isaac Sim?
When looking at the IsaacSim 5.0.0 from the NGC Catalog, I see that it is only 7.11 GB in size.
My goal is to make my docker image as small as possible.
I want to:
build.sh -r
./repo.sh package -c release
which creates a.7z
file--> the --mode options are not clear at all.
Please provide me with the steps.
Beta Was this translation helpful? Give feedback.
All reactions