8b6b76c2fa
Build and Deploy Verso / deploy (push) Successful in 1m12s
inkscape's apt dependencies include python3-numpy, which pip can't uninstall (no RECORD file). Moving inkscape to its own RUN layer after the pip installs avoids the conflict: pip numpy lands in /usr/local/lib first, then apt installs its numpy into /usr/lib alongside it, and Python resolves /usr/local/lib first at import time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>