Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rclon
/
web
like
20
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
9265bc4
web
/
Dockerfile
rclon
Update Dockerfile
b8b959d
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
202 Bytes
FROM
ghcr.io/open-webui/open-webui:main
COPY
sync_data.sh sync_data.sh
RUN
chmod
-R 777 ./data && \
mkdir
-p ./github_data &&
chmod
777 ./github_data && \
sed -i
"1r sync_data.sh"
./start.sh