Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ltxlong
/
owebu
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ltxlong
commited on
15 days ago
Commit
48d5712
·
verified
·
1 Parent(s):
15c871e
Create Docker
Browse files
Files changed (1)
hide
show
Docker
+6
-0
Docker
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
FROM ghcr.io/open-webui/open-webui:main
2
+
3
+
COPY sync.sh sync.sh
4
+
5
+
RUN chmod -R 777 ./data && \
6
+
sed -i "1r sync.sh" ./start.sh