Update Dockerfile
Browse files- 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:
|
4 |
-
|
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
|