runtime error

Exit code: 3. Reason: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 109, in load_model raise config_error File "/app/app.py", line 102, in load_model global_face_detector = feat.detector.Detector(**config, verbose=True) File "/usr/local/lib/python3.9/site-packages/feat/detector.py", line 122, in __init__ face, landmark, au, emotion, facepose, identity = get_pretrained_models( File "/usr/local/lib/python3.9/site-packages/feat/pretrained.py", line 130, in get_pretrained_models download_url(url, get_resource_path(), verbose=verbose) File "/usr/local/lib/python3.9/site-packages/feat/utils/io.py", line 78, in download_url return tv_download_url(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/utils.py", line 134, in download_url _urlretrieve(url, fpath) File "/usr/local/lib/python3.9/site-packages/torchvision/datasets/utils.py", line 29, in _urlretrieve with open(filename, "wb") as fh, tqdm(total=response.length, unit="B", unit_scale=True) as pbar: PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.9/site-packages/feat/resources/mobilenet0.25_Final.pth' During handling of the above exception, another exception occurred: 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/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 671, in startup await handler() File "/app/app.py", line 116, in load_model raise RuntimeError(f"Could not load model due to permissions: {pe}") RuntimeError: Could not load model due to permissions: [Errno 13] Permission denied: '/usr/local/lib/python3.9/site-packages/feat/resources/mobilenet0.25_Final.pth' ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...