-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnitric.yaml
More file actions
23 lines (21 loc) · 688 Bytes
/
nitric.yaml
File metadata and controls
23 lines (21 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: ai-podcast
services:
- match: services/*.py
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
runtime: python
batch-services:
- match: batches/podcast.py
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
runtime: torch
- match: batches/script.py
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
runtime: llama
runtimes:
python:
dockerfile: './python.dockerfile'
torch:
dockerfile: './torch.dockerfile'
llama:
dockerfile: './llama.dockerfile'
preview:
- batch-services