jupyterlab-datascience-gpu/.woodpecker.yml

18 lines
512 B
YAML
Raw Normal View History

2024-02-14 14:41:44 +00:00
steps:
2023-01-24 14:00:27 +00:00
publish-container:
2024-02-14 14:41:44 +00:00
image: taywee/woodpecker-buildah:amd64
pull: true
2023-02-01 09:08:48 +00:00
environment:
2023-02-01 09:11:31 +00:00
- CONDA_CUDA_OVERRIDE=11.2
2023-02-01 14:58:26 +00:00
- NVIDIA_VISIBLE_DEVICES=all
2023-01-24 14:00:27 +00:00
settings:
2024-02-14 14:41:44 +00:00
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