openwebui-pip / Dockerfile
ZHZ1024's picture
Create Dockerfile
a317892 verified
raw
history blame contribute delete
73 Bytes
FROM python:3.11.11
RUN pip install open-webui
CMD ["open-webui","serve"]