diff --git a/.woodpecker.yml b/.woodpecker.yml index ea2b7be..a5dc673 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 + tag: 4.0.x-gpu-ollama-f architectures: amd64 context: Dockerfile loglevel: debug diff --git a/Dockerfile b/Dockerfile index 676d515..ee4bbe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12d +FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12f ARG NB_USER="jovyan" ARG NB_UID="1000"