Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ae522ea

Browse files
tjholmdavemooreuws
andauthored
Apply suggestions from code review
Co-authored-by: David Moore <[email protected]>
1 parent 7df37cd commit ae522ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/python/ai-podcast-part-2.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,17 +379,17 @@ Finally, we need to tell Nitric to use these files to create the script service.
379379
name: ai-podcast
380380
services:
381381
- match: services/*.py
382-
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
382+
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R uv run $SERVICE_PATH
383383
runtime: python
384384
batch-services:
385385
# !diff -
386386
- match: batches/*.py
387387
# !diff(1:6) +
388388
- match: batches/podcast.py
389-
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
389+
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R uv run $SERVICE_PATH
390390
runtime: torch
391391
- match: batches/script.py
392-
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
392+
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R uv run $SERVICE_PATH
393393
runtime: llama
394394

395395
runtimes:

0 commit comments

Comments
 (0)