Example raw excerpts and routes
Traceback (most recent call last):
File "/workspace/app/main.py", line 12, in <module>
ModuleNotFoundError: No module named 'pydantic_settings'
# Route: Python traceback
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 1.25 GiB.
GPU0: 23.65 GiB total; 1.08 GiB free; 21.40 GiB allocated; 22.49 GiB reserved.
# Route: CUDA / PyTorch OOM
src/pages/report.tsx:42:17 - error TS2322: Type 'string | undefined' is not assignable to type 'string'.
# Route: TypeScript / npm / Vite / Next.js
#6 ERROR: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1
Dockerfile:9
# Route: Docker build