HuggingFace0920 commited on
Commit
373c853
·
verified ·
1 Parent(s): 10323af

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:main
2
+
3
+ # COPY sync_data.sh sync_data.sh
4
+
5
+ # RUN chmod -R 777 ./data && \
6
+ # chmod -R 777 ./open_webui && \
7
+ # sed -i "1r sync_data.sh" ./start.sh