From bcbd3754e51303af5ff9fc5a9bf3474aa007d80e Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Mon, 3 Jun 2024 16:20:35 +0200 Subject: [PATCH] add open-webui --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ee4bbe7..c9b637a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ ENV NUM_GPUS=1 USER root RUN curl -fsSL https://ollama.com/install.sh | sh USER $NB_UID +RUN pip install open-webui==0.2.2 \ No newline at end of file