diff --git a/.woodpecker.yml b/.woodpecker.yml index b8b7850..320a2e0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: settings: registry: git.sandbox.iuk.hdm-stuttgart.de repository: grosse/jupyterlab-datascience-gpu - tag: 4.0.x-gpu-ollama-f-0.1.46 + tag: 4.0.x-gpu-ollama-f-0.2.1 architectures: amd64 context: Dockerfile loglevel: debug diff --git a/Dockerfile b/Dockerfile index dd37110..d051e6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,6 @@ 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 +ENV OLLAMA_MODELS=/tmp/.ollama +ENV PGPT_PROFILES=ollama +RUN pip install open-webui==0.3.7 \ No newline at end of file