new version
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-08-07 15:05:46 +09:00
parent 65b5bc7af0
commit 3239da6c9c
2 changed files with 2 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.2.1 tag: 4.0.x-gpu-ollama-f-0.3.3
architectures: amd64 architectures: amd64
context: Dockerfile context: Dockerfile
loglevel: debug loglevel: debug

View File

@ -11,4 +11,4 @@ RUN pip install git+https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_o
USER $NB_UID USER $NB_UID
ENV OLLAMA_MODELS=/tmp/.ollama ENV OLLAMA_MODELS=/tmp/.ollama
ENV PGPT_PROFILES=ollama ENV PGPT_PROFILES=ollama
RUN pip install open-webui==0.3.7 RUN pip install open-webui==0.3.11