bump 0.2.1
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-07-09 15:32:11 +02:00
parent c67b5a5ce1
commit 65b5bc7af0
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
settings: settings:
registry: git.sandbox.iuk.hdm-stuttgart.de registry: git.sandbox.iuk.hdm-stuttgart.de
repository: grosse/jupyterlab-datascience-gpu 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 architectures: amd64
context: Dockerfile context: Dockerfile
loglevel: debug loglevel: debug

View File

@ -9,4 +9,6 @@ USER root
RUN curl -fsSL https://ollama.com/install.sh | sh RUN curl -fsSL https://ollama.com/install.sh | sh
RUN pip install git+https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_ollama_launcher RUN pip install git+https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_ollama_launcher
USER $NB_UID USER $NB_UID
RUN pip install open-webui==0.2.2 ENV OLLAMA_MODELS=/tmp/.ollama
ENV PGPT_PROFILES=ollama
RUN pip install open-webui==0.3.7