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:
|
||||
image: woodpeckerci/plugin-docker-buildx:2.1.0
|
||||
secrets: [ docker_username, docker_password ]
|
||||
group: docker
|
||||
image: taywee/woodpecker-buildah:amd64
|
||||
pull: true
|
||||
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
|
||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||
repo: grosse/jupyterlab-datascience-gpu
|
||||
cache: false
|
||||
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