Hugging Face has a caching system to load models from any app.
https://huggingface.co/docs/datasets/cache
This is useful in most cases, but not when building an image in Docker, as the cache must be downloaded everytime.
How can I set the cache files in the Docker app's folder, and build the image properly?
In this way, the cache files won't be downloaded at each build.