jupyterlab-datascience-gpu/.woodpecker.yml

18 lines
512 B
YAML

steps:
publish-container:
image: taywee/woodpecker-buildah:amd64
pull: true
environment:
- CONDA_CUDA_OVERRIDE=11.2
- NVIDIA_VISIBLE_DEVICES=all
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience-gpu
cache: false
tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu:test
context: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password