coolmanx commited on
Commit
5925f7a
·
verified ·
1 Parent(s): d66936b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  #a private ai web
2
  #FROM docker.io/ubuntu:24.04
3
- FROM ghcr.io/open-webui/open-webui:main
4
- RUN chmod -R 777 ./data
5
-
6
  RUN chmod -R 777 /app
7
 
8
  #RUN apt-get update && apt-get install python3 pip -y
 
1
  #a private ai web
2
  #FROM docker.io/ubuntu:24.04
3
+ FROM ghcr.io/open-webui/open-webui:dev-ollama
4
+ USER root
 
5
  RUN chmod -R 777 /app
6
 
7
  #RUN apt-get update && apt-get install python3 pip -y