From 5ff606c249d258e3bb4bf7536f8541a191eb4c86 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Sat, 1 Jun 2024 11:57:18 +0200 Subject: [PATCH] bump f --- .woodpecker.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"