How to enable cache for Curobo docker container #131
-
Hi, I'm using the docker container curobo_docker:user_isaac_sim_2023.1.0 and the cache is disabled as indicated by the message in the top-right corner of the isaac-sim gui. How can I enable the cache? I'm using isaac-sim as a native gui in the docker. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Nvidia developer forum can be your answer. I just used the simulator and this repository only 3 weeks, but if you are struggling with loading cache like rtx rendering, how about check that you mounted cache volume when you run the container first? |
Beta Was this translation helpful? Give feedback.
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.
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.