mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
When SKIP_MODEL_DOWNLOADS=true the download script never runs, so /opt/models was never created and the subsequent chown -R ... /opt/models failed with exit code 1. mkdir -p it alongside the other required dirs.