-
So we're following the monorepo approach and thus need some fine-grain pipeline triggers in our YAML files using paths includes.
For example like that:
```
trigger:
batch: true
branches:
…
-
- tflint plugins
- pre-commit plugins
- inside our pre-commit docker build if necessary
- consider renovate, compare to github tools. Also there's a pc/pctf plugin that handles updating - was it check…
-
Scan date is critical for some longitudinal pipelines. Can we grab this somehow via yaml? We can work around this by getting from a DICOM, if the session has DICOMs.
baxpr updated
2 years ago
-
Below is a proposal.
README:
- [ ] Point users to the user guidelines on the website
- [ ] Point contributors to the contributor guidelines
- [ ] Add a set of commands to quickly get started w…
-
I am not sure if i am missing something. I followed the documentation in how to load a pipeline for speaker diarization offline.
i followed this description:
https://github.com/pyannote/pyannote-a…
-
I am trying to use actix-web-opentelemetry with the latest version of opentelemetry-rust. I am sending data to a local OpenTelemetry collector. I've modified the client/server example from this reposi…
-
Component from url in [example](https://www.kubeflow.org/docs/components/pipelines/sdk-v2/build-pipeline/#build-your-pipeline)
```python
web_downloader_op = kfp.components.load_component_from_url(…
-
I want to finetune an NLLB model on my own data, so according to my vision, the task is relatively simple - to convert my dataset to fairseq format. So I started to use stopes pipelines. But, despite …
-
## Describe the bug
When applying seldon-v2-crds.yaml, I get the following error:
```
kubectl apply -f https://raw.githubusercontent.com/SeldonIO/seldon-core/v2.2.0/k8s/yaml/seldon-v2-crds.ya…
-
hi @dlorenc
I am at the following section `kubectl edit secret signing-secrets -n tekton-pipelines`
Do you have an example for `kind: Secret` that shows the yaml structure using `private:`?