Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mistpe
/
open-webui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
487cb09
open-webui
/
Dockerfile
mistpe
Create Dockerfile
487cb09
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
FROM
ghcr.io/open-webui/open-webui:main
# 复制本地的 webui.db 到容器中
COPY
webui.db ./data/webui.db
# 设置适当的权限
RUN
chmod
-R 777 ./data