ai / Dockerfile
coolmanx's picture
Update Dockerfile
5925f7a verified
raw
history blame contribute delete
279 Bytes
#a private ai web
#FROM docker.io/ubuntu:24.04
FROM ghcr.io/open-webui/open-webui:dev-ollama
USER root
RUN chmod -R 777 /app
#RUN apt-get update && apt-get install python3 pip -y
#RUN python3 --version
#RUN python3 -m pip install --upgrade pip
EXPOSE 8080
RUN echo work done.