runtime error
Exit code: 1. Reason: le or directory: '/.cache/huggingface/hub' 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: '/.cache/huggingface' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 8, in <module> MODEL_PATH = hf_hub_download(repo_id="immich-app/antelopev2", filename="model.onnx") 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 862, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 925, in _hf_hub_download_to_cache_dir (url_to_download, etag, commit_hash, expected_size, head_call_error) = _get_metadata_or_catch_error( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1392, in _get_metadata_or_catch_error _cache_commit_hash_for_specific_revision(storage_folder, revision, commit_hash) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 618, in _cache_commit_hash_for_specific_revision ref_path.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 1179, in mkdir self.parent.mkdir(parents=True, exist_ok=True) [Previous line repeated 1 more time] File "/usr/local/lib/python3.10/pathlib.py", line 1175, in mkdir self._accessor.mkdir(self, mode) PermissionError: [Errno 13] Permission denied: '/.cache'
Container logs:
Fetching error logs...