diff --git a/.woodpecker.yml b/.woodpecker.yml index 498fe07..5fbc6e7 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-tf + tag: 4.0.x-gpu-tf-f architectures: amd64 context: Dockerfile loglevel: debug diff --git a/Dockerfile b/Dockerfile index bb25878..fe594d3 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 # debian:bullseye-20230109-slim ARG NB_USER="jovyan" ARG NB_UID="1000"