runtime error

Exit code: 1. Reason: There was a problem when trying to write in your cache folder (/.cache/huggingface/hub). You should set the environment variable TRANSFORMERS_CACHE to a writable directory. Traceback (most recent call last): File "/app/commandr-api-local/app.py", line 4, in <module> from model import get_answer_from_llm File "/app/commandr-api-local/model.py", line 6, in <module> os.makedirs(hf_cache_folder, exist_ok=True) File "/usr/local/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: './huggingface_cache/'

Container logs:

Fetching error logs...