test
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
665f20e687
commit
c7e213cd72
|
@ -1,13 +1,17 @@
|
||||||
pipeline:
|
steps:
|
||||||
publish-container:
|
publish-container:
|
||||||
image: woodpeckerci/plugin-docker-buildx:2.1.0
|
image: taywee/woodpecker-buildah:amd64
|
||||||
secrets: [ docker_username, docker_password ]
|
pull: true
|
||||||
group: docker
|
|
||||||
environment:
|
environment:
|
||||||
- CONDA_CUDA_OVERRIDE=11.2
|
- CONDA_CUDA_OVERRIDE=11.2
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
settings:
|
settings:
|
||||||
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu
|
repo: grosse/jupyterlab-datascience-gpu
|
||||||
dockerfile: Dockerfile
|
cache: false
|
||||||
tags: latest
|
tag: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu:test
|
||||||
|
context: Dockerfile
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
pipeline:
|
||||||
|
publish-container:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx:2.1.0
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
|
group: docker
|
||||||
|
environment:
|
||||||
|
- CONDA_CUDA_OVERRIDE=11.2
|
||||||
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
|
settings:
|
||||||
|
registry: https://git.sandbox.iuk.hdm-stuttgart.de
|
||||||
|
repo: git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience-gpu
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
tags: latest
|
Loading…
Reference in New Issue