d
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-03-18 11:37:17 +09:00
parent cd57fe8ced
commit 8235d4e74f
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ steps:
registry: git.sandbox.iuk.hdm-stuttgart.de
repository: grosse/jupyterlab-datascience-gpu
tag: 4.0.x-gpu-torch
architectures: amd64
architectures: amd64 aarch64
context: Dockerfile
loglevel: debug
imagename: jupyterlab-datascience

View File

@ -1,4 +1,4 @@
FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12c
FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:4.0.12d
# debian:bullseye-20230109-slim
ARG NB_USER="jovyan"
ARG NB_UID="1000"