runtime error

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. The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. Token is valid (permission: read). Traceback (most recent call last): File "/usr/local/lib/python3.9/pathlib.py", line 1323, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [Errno 2] No such file or directory: '/.cache/huggingface' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/code/main.py", line 18, in <module> login(token=HF_TOKEN) File "/usr/local/lib/python3.9/site-packages/huggingface_hub/_login.py", line 111, in login _login(token, add_to_git_credential=add_to_git_credential, write_permission=write_permission) File "/usr/local/lib/python3.9/site-packages/huggingface_hub/_login.py", line 327, in _login path.parent.mkdir(parents=True, exist_ok=True) File "/usr/local/lib/python3.9/pathlib.py", line 1327, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "/usr/local/lib/python3.9/pathlib.py", line 1323, in mkdir self._accessor.mkdir(self, mode) PermissionError: [Errno 13] Permission denied: '/.cache'

Container logs:

Fetching error logs...