Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
coolmanx
/
open-webui
like
1
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
open-webui
/
Dockerfile
coolmanx
Update Dockerfile
2fc72ff
verified
24 days ago
raw
Copy download link
history
blame
Safe
121 Bytes
#Dockerfile
FROM
ghcr.io/open-webui/open-webui:main
RUN
chmod
-R 777 ./data
RUN
chmod
-R 777 /app
RUN
echo
work
done
.