runtime error
Exit code: 1. Reason: recent call last): File "/usr/local/lib/python3.9/site-packages/transformers/utils/hub.py", line 476, in cached_files hf_hub_download( File "/usr/local/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.9/site-packages/huggingface_hub/file_download.py", line 1127, in _hf_hub_download_to_cache_dir os.makedirs(os.path.dirname(blob_path), exist_ok=True) File "/usr/local/lib/python3.9/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.9/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.9/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) [Previous line repeated 1 more time] File "/usr/local/lib/python3.9/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/.cache' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/code/app.py", line 5, in <module> pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-en-es") File "/usr/local/lib/python3.9/site-packages/transformers/pipelines/__init__.py", line 870, in pipeline resolved_config_file = cached_file( File "/usr/local/lib/python3.9/site-packages/transformers/utils/hub.py", line 318, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/utils/hub.py", line 521, in cached_files raise OSError( OSError: PermissionError at /.cache when downloading Helsinki-NLP/opus-mt-en-es. Check cache directory permissions. Common causes: 1) another user is downloading the same model (please wait); 2) a previous download was canceled and the lock file needs manual removal.
Container logs:
Fetching error logs...