From 0812da6d3bab5ae85ab0e21ce3d51ff3009f5ac8 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 7 Aug 2024 15:07:35 +0900 Subject: [PATCH] 0.3.10 ow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cc59a2..0b40bdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN pip install git+https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_o USER $NB_UID ENV OLLAMA_MODELS=/tmp/.ollama ENV PGPT_PROFILES=ollama -RUN pip install open-webui==0.3.11 \ No newline at end of file +RUN pip install open-webui==0.3.10 \ No newline at end of file