jupyterlab-datascience-gpu/.woodpecker.yml

19 lines
533 B
YAML
Raw Normal View History

2024-02-14 14:41:44 +00:00
steps:
2024-03-18 01:27:48 +00:00
build_and_release:
image: maltegrosse/woodpecker-buildah:0.0.12
2023-02-01 09:08:48 +00:00
environment:
2023-02-01 09:11:31 +00:00
- CONDA_CUDA_OVERRIDE=11.2
2023-02-01 14:58:26 +00:00
- NVIDIA_VISIBLE_DEVICES=all
2023-01-24 14:00:27 +00:00
settings:
2024-02-14 14:41:44 +00:00
registry: git.sandbox.iuk.hdm-stuttgart.de
2024-03-18 01:27:48 +00:00
repository: grosse/jupyterlab-datascience-gpu
2024-06-27 12:47:55 +00:00
tag: 4.0.x-gpu-ollama-f-0.1.46
2024-03-18 03:17:47 +00:00
architectures: amd64
2024-02-14 14:41:44 +00:00
context: Dockerfile
2024-03-18 01:36:13 +00:00
loglevel: debug
2024-03-18 01:27:48 +00:00
imagename: jupyterlab-datascience
2024-02-14 14:41:44 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password