Skip to content

How to enable cache for Curobo docker container #131

Closed Answered by Sepirence
emfebert asked this question in Software Q&A
Discussion options

You must be logged in to vote

Follow this site then you may find answer.
https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_faq.html#isaac-sim-setup-set-omni-server

Default isaac-sim container sets download path to "http://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/2023.1.0"

You can use your localhost omniverse cache server by adding arguments to your docker run.

-e "OMNI_SERVER=omniverse://localhost/NVIDIA/Assets/Isaac/2023.1.1" 

Remind that this cache is for storing asset, not for performance of simulation. You may allocate more resources to your container if simulation is too slow.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@emfebert
Comment options

@Sepirence
Comment options

Answer selected by balakumar-s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants