mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #2472] [MERGED] fix: chown /app/backend/data after preloading models #21009
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2472
Author: @cheahjs
Created: 5/21/2024
Status: ✅ Merged
Merged: 5/21/2024
Merged by: @tjbck
Base:
dev← Head:fix/hf-space📝 Commits (1)
54c29f8fix: chown /app/backend/data after preloading models📊 Changes
2 files changed (+2 additions, -3 deletions)
View changed files
📝
Dockerfile(+2 -1)📝
backend/start.sh(+0 -2)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
The cached models are created with root permissions, so chown them for nonroot containers. Required for HF Space compat.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.