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
overspend1 commented 2025-11-21 13:16:31 +01:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.