new version
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
65b5bc7af0
commit
3239da6c9c
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue