This commit is contained in:
Cornelius Specht 2024-02-23 11:15:15 +01:00
commit cd66aa4dc6
2 changed files with 19 additions and 0 deletions

18
.woodpecker.yml Normal file
View File

@ -0,0 +1,18 @@
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: specht/woodpecker-test
cache: false
tag: 0.0.1
context: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password

1
Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM hello-world:linux