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
Owner

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

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
haylan added 1 commit 2026-09-02 18:03:54 +00:00
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
haylan merged commit 64243c65d7 into main 2026-09-02 18:03:59 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: haylan/LLM-Server#18