From d1cc79c4ecb4930179c000b98d2b877a80ccab7d Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Sat, 1 Jun 2024 11:56:50 +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 bf77c34..7bfa07b 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-torch-a + tag: 4.0.x-gpu-torch-f architectures: amd64 context: Dockerfile loglevel: debug diff --git a/Dockerfile b/Dockerfile index e0f2e2c..282d281 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"