fix(downloader): run as root to fix permission denied on models volume #18

Merged
haylan merged 1 commits from fix/downloader-permission-denied into main 2026-09-02 18:03:59 +00:00
1 Commits
Author SHA1 Message Date
haylanandClaude-Bot 7863b04787 fix(downloader): run as root to fix permission denied on models volume
The curlimages/curl image drops to non-root curl_user (uid 100) by
default, but the models named volume is created root-owned by Docker,
so writes into it failed with 'Permission denied'.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Q2CR8yawSf7pwAVYnjwFea
2026-09-02 20:03:38 +02:00