ci: use github-token to get around potential api throttling + rework dockerfile (#554)

* ci: use github-token to get around potential api throttling

* build: put pyannote-audio separate to the project

* fix: now that we have a readme, use it

* build: add UV_NO_CACHE
This commit is contained in:
2025-08-20 21:59:29 -06:00
committed by GitHub
parent 3ea7f6b7b6
commit af16178f86
4 changed files with 11 additions and 5 deletions

View File

@@ -40,3 +40,5 @@ uv run python -c "from reflector.pipelines.main_live_pipeline import task_pipeli
```bash
uv run python -c "from reflector.pipelines.main_live_pipeline import pipeline_post; pipeline_post(transcript_id='TRANSCRIPT_ID')"
```
.