* Dockerfile fixes Significantly improves running Timelinize in Docker. * Modernize Debian (Trixie upgrade) * Fix Python version to avoid pytorch compat issues * Install uv required for semantic features * Exposes cache volumes to avoid repeated large artifacts downloads Recommended running as: docker run -v timelinize-cache:/app/.cache \ -v timelinize-local:/app/.local \ -v timelinize-repo:/repo \ -v timelinize-config:/app/.config/timelinize \ -p 12001:12002 timelinize * Add missing libheif plugins Fixes thumbnail generation. * Fix DNG thumbnail generation * Replace / in ref names Fixes release builds * Fix also macos builds
* Try alpine * Test docker image in PR temporarily * Try fix * Try debian-slim * Don't trust the GPTs * Try a different arch image for arm64 * Try to fix keys * Sighh * Fix package name, hopefully * Add libsqlite3 back in * Try again * Fix typos * Fix error, maybe * lskjdflkj * Reset job config and done