19 lines
526 B
YAML
19 lines
526 B
YAML
steps:
|
|
build_and_release:
|
|
image: maltegrosse/woodpecker-buildah:0.0.12
|
|
environment:
|
|
- CONDA_CUDA_OVERRIDE=11.2
|
|
- NVIDIA_VISIBLE_DEVICES=all
|
|
settings:
|
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
|
repository: grosse/jupyterlab-datascience-gpu
|
|
tag: 4.0.x-gpu-ollama-f
|
|
architectures: amd64
|
|
context: Dockerfile
|
|
loglevel: debug
|
|
imagename: jupyterlab-datascience
|
|
username:
|
|
from_secret: docker_username
|
|
password:
|
|
from_secret: docker_password
|