diff --git a/.woodpecker.yml b/.woodpecker.yml index ab9b749..7108b5d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,10 +3,10 @@ pipeline: image: woodpeckerci/plugin-docker-buildx secrets: [ docker_username, docker_password ] group: docker + environment: + - NVIDIA_VISIBLE_DEVICES=all settings: registry: https://git.sandbox.iuk.hdm-stuttgart.de repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu dockerfile: Dockerfile tags: latest - environment: - - NVIDIA_VISIBLE_DEVICES=all \ No newline at end of file