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

Commit de47114

Browse files
jyecuschtjholm
authored andcommitted
fix typo
1 parent d6607c3 commit de47114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,11 @@ Let's also update the `nitric.yaml` to add the new dockerfile to our runtimes.
587587
name: ai-podcast
588588
services:
589589
- match: services/*.py
590-
start: start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
590+
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
591591
runtime: python
592592
batch-services:
593593
- match: batches/*.py
594-
start: start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
594+
start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
595595
runtime: torch
596596

597597
runtimes:

0 commit comments

Comments
 (0)