From 3239da6c9c826bdff52b12e7ef5a74cdd8bec4b6 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 7 Aug 2024 15:05:46 +0900 Subject: [PATCH] new version --- .woodpecker.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 320a2e0..c0956d8 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.2.1 + tag: 4.0.x-gpu-ollama-f-0.3.3 architectures: amd64 context: Dockerfile loglevel: debug diff --git a/Dockerfile b/Dockerfile index d051e6d..8cc59a2 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.7 \ No newline at end of file +RUN pip install open-webui==0.3.11 \ No newline at end of file