As the title describes, each time I restart a container and run the Isaac from standalone scripts, it ignores the persistent cache and takes ages to open it. This is not the case if I run Isaac with runheadless- bash scripts. Is there a setting I need to make to use the existing cache?
1 Like
I am facing the same issue for more than a year across different versions.
We’ve updated the docker run command for the latest Isaac Sim 2022.2.1 container. These mounts below should help get persistent cache on host:
-v ~/docker/isaac-sim/kit/cache/Kit:/isaac-sim/kit/cache/Kit:rw \ -v ~/docker/isaac-sim/cache/ov:/root/.cache/ov:rw \ -v ~/docker/isaac-sim/cache/pip:/root/.cache/pip:rw \ -v ~/docker/isaac-sim/cache/glcache:/root/.cache/nvidia/GLCache:rw \ -v ~/docker/isaac-sim/cache/computecache:/root/.nv/ComputeCache:rw \