Files
Verso/server-ce
claude 8b6b76c2fa
Build and Deploy Verso / deploy (push) Successful in 1m12s
fix: install inkscape after pip to avoid apt/pip numpy conflict
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>
2026-06-10 12:49:08 +00:00
..
2026-04-28 08:52:37 +00:00