commit cd66aa4dc6771209e85b2f792458998087c145d2 Author: Cornelius Specht Date: Fri Feb 23 11:15:15 2024 +0100 add test diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f2f959a --- /dev/null +++ b/.woodpecker.yml @@ -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 + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ea09cb5 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +FROM hello-world:linux