Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
rclon/web
hceco
/
web
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
web
/
Dockerfile
hceco
Update Dockerfile
88c0a29
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
179 Bytes
FROM
ghcr.io/open-webui/open-webui:main
COPY
sync_data.sh sync_data.sh
RUN
chmod
-R 777 ./data && \
chmod
-R 777 ./open_webui && \
sed -i
"1r sync_data.sh"
./start.sh