runtime error

.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.8/os.py", line 223, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/.config' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/starlette/routing.py", line 732, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.8/site-packages/starlette/routing.py", line 608, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.8/site-packages/starlette/routing.py", line 711, in startup handler() File "/usr/local/lib/python3.8/site-packages/zenml/zen_server/zen_server_api.py", line 188, in initialize initialize_zen_store() File "/usr/local/lib/python3.8/site-packages/zenml/zen_server/utils.py", line 206, in initialize_zen_store zen_store_ = GlobalConfiguration().zen_store File "/usr/local/lib/python3.8/site-packages/zenml/config/global_config.py", line 224, in __custom_getattribute__ value = super().__getattribute__(key) File "/usr/local/lib/python3.8/site-packages/zenml/config/global_config.py", line 697, in zen_store self._configure_store(self.store_configuration) File "/usr/local/lib/python3.8/site-packages/zenml/config/global_config.py", line 363, in _configure_store store = BaseZenStore.create_store(config, True, **kwargs) File "/usr/local/lib/python3.8/site-packages/zenml/zen_stores/base_zen_store.py", line 228, in create_store store = store_class( File "/usr/local/lib/python3.8/site-packages/zenml/zen_stores/base_zen_store.py", line 133, in __init__ raise RuntimeError( RuntimeError: Error initializing sql store with URL 'sqlite:////.config/zenml/local_stores/default_zen_store/zenml.db': [Errno 13] Permission denied: '/.config' ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...