runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/ui.py", line 14, in <module> import trackio.utils as utils ModuleNotFoundError: No module named 'trackio' 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/.huggingface/trackio' 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/.huggingface' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/ui.py", line 21, in <module> import utils File "/home/user/app/utils.py", line 26, in <module> _setup_trackio_dir() File "/home/user/app/utils.py", line 24, in _setup_trackio_dir TRACKIO_DIR.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...