runtime error

Exit code: 3. Reason: le "/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 "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.9/contextlib.py", line 181, in __aenter__ return await self.gen.__anext__() File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 134, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 571, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 673, in startup handler() File "/code/app/api.py", line 23, in load_model model_cache["ner_pipeline"] = pipeline("ner", model=model_id, aggregation_strategy="max") 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 321, 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 524, in cached_files raise OSError( OSError: PermissionError at /.cache when downloading abishekcodes/pii_model. 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. ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...