From cd66aa4dc6771209e85b2f792458998087c145d2 Mon Sep 17 00:00:00 2001 From: Cornelius Specht Date: Fri, 23 Feb 2024 11:15:15 +0100 Subject: [PATCH] add test --- .woodpecker.yml | 18 ++++++++++++++++++ Dockerfile | 1 + 2 files changed, 19 insertions(+) create mode 100644 .woodpecker.yml create mode 100644 Dockerfile 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