2024-02-23 10:15:15 +00:00
|
|
|
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
|
2024-02-23 10:40:02 +00:00
|
|
|
# tag: 0.0.1
|
2024-02-23 10:15:15 +00:00
|
|
|
context: Dockerfile
|
2024-02-23 10:56:01 +00:00
|
|
|
token:
|
|
|
|
from_secret: secret_token
|
|
|
|
when:
|
|
|
|
branch: audio
|