runtime error
Exit code: 3. Reason: INFO: Started server process [1] INFO: Waiting for application startup. 2026-07-30 23:19:38,502 - INFO - ⏳ Initializing multi-region AI models... `torch_dtype` is deprecated! Use `dtype` instead! 2026-07-30 23:19:39,450 - INFO - ✅ Chronos pipeline loaded 2026-07-30 23:19:39,451 - INFO - ⚡ Model/Metadata not found. Triggering automated dataset generation and Spatial ML training... 2026-07-30 23:19:39,451 - ERROR - ❌ Startup failed: No module named 'build_and_train' ERROR: Traceback (most recent call last): File "/code/app.py", line 301, in load_assets import scripts.build_and_train as builder ModuleNotFoundError: No module named 'scripts.build_and_train' 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/fastapi/routing.py", line 228, in __aenter__ await self._router._startup() File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 4562, in _startup await handler() File "/code/app.py", line 303, in load_assets import build_and_train as builder ModuleNotFoundError: No module named 'build_and_train' ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...