Set up Python Docker environment with dependencies #6

Merged
overspend1 merged 1 commits from claude/setup-python-docker-01ANMAVZeNM96mEBWUbadrbn into main 2025-11-21 13:16:42 +01:00

1 Commits

Author SHA1 Message Date
Claude
0ef84c77d3 fix: Resolve Docker build failures for frontend and backend
Backend fixes:
- Add linux-libc-dev and libc6-dev to support psutil compilation on ARM/aarch64
- Update psutil from 6.1.0 to 6.1.1 for better wheel support

Frontend fixes:
- Create missing lib/utils.ts with cn utility function
- Resolves "Module not found: Can't resolve '@/lib/utils'" error
- Uses clsx and tailwind-merge for className merging

These changes ensure successful Docker builds for both services.
2025-11-21 12:15:24 +00:00