Mounting /root/.cache from Docker image? Override model cache path? #1580
Unanswered
bioshazard
asked this question in
Q&A
Replies: 0 comments
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.
-
I found that models for eg Bark were downloading to /root/.cache/ and would have to re-download if I changed the docker compose YAML because that file path was in the ephemeral container overlay. Are there recommended patterns for avoiding re-download when the ephemeral disk is lost? I tried to mount
/root/.cache/huggingface
to a folder on the host but got inconsistent results.Beta Was this translation helpful? Give feedback.
All reactions