mxrkai commited on
Commit
e16e740
·
verified ·
1 Parent(s): a286f6b

Add Dockerfile and README

Browse files
Files changed (2) hide show
  1. Dockerfile +5 -0
  2. README.md +4 -5
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:main
2
+ ENV PORT=7860
3
+ ENV HOST=0.0.0.0
4
+ EXPOSE 7860
5
+ CMD ["bash", "start.sh"]
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- title: Openwebui
3
- emoji: 🏆
4
- colorFrom: yellow
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
8
  ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: OpenWebUI
3
+ emoji: 🌐
4
+ colorFrom: blue
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
8
  ---
9
+ # Open WebUI