runtime error
Exit code: 1. Reason: all last): File "/usr/local/lib/python3.10/pathlib.py", line 1175, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [Errno 2] No such file or directory: '/data/checkpoints/.cache' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/pathlib.py", line 1175, in mkdir self._accessor.mkdir(self, mode) FileNotFoundError: [Errno 2] No such file or directory: '/data/checkpoints' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 88, in <module> hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 840, in hf_hub_download return _hf_hub_download_to_local_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1054, in _hf_hub_download_to_local_dir paths = get_local_download_paths(local_dir=local_dir, filename=filename) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_local_folder.py", line 205, in get_local_download_paths metadata_path = _huggingface_dir(local_dir) / "download" / f"{sanitized_filename}.metadata" File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_local_folder.py", line 408, in _huggingface_dir path.mkdir(exist_ok=True, parents=True) File "/usr/local/lib/python3.10/pathlib.py", line 1179, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "/usr/local/lib/python3.10/pathlib.py", line 1179, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "/usr/local/lib/python3.10/pathlib.py", line 1179, in mkdir self.parent.mkdir(parents=True, exist_ok=True) File "/usr/local/lib/python3.10/pathlib.py", line 1175, in mkdir self._accessor.mkdir(self, mode) PermissionError: [Errno 13] Permission denied: '/data'
Container logs:
Fetching error logs...