runtime error
Exit code: 1. Reason: [notice] A new release of pip is available: 26.1.2 -> 26.2.1 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/main.py", line 26, in <module> from app.services.ai_pipeline import ai_pipeline_service ModuleNotFoundError: No module named 'app' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/main.py", line 29, in <module> from backend.app.services.ai_pipeline import ai_pipeline_service ModuleNotFoundError: No module named 'backend'
Container logs:
Fetching error logs...