From c67b5a5ce14ce02e870bf79f997745846ccf3149 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Sun, 30 Jun 2024 13:09:01 +0200 Subject: [PATCH] add ollama launcher --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c9b637a..dd37110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ ENV CONDA_CUDA_OVERRIDE="12.1" ENV NUM_GPUS=1 USER root RUN curl -fsSL https://ollama.com/install.sh | sh +RUN pip install git+https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_ollama_launcher USER $NB_UID RUN pip install open-webui==0.2.2 \ No newline at end of file