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

Commit 8536118

Browse files
committed
fix start commands
1 parent 2ed980f commit 8536118

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
@@ -597,11 +597,11 @@ Let's also update the `nitric.yaml` to add the new dockerfile to our runtimes.
597597
name: ai-podcast
598598
services:
599599
- match: services/*.py
600-
start: pipenv run dev $SERVICE_PATH
600+
start: start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
601601
runtime: python
602602
batch-services:
603603
- match: batches/*.py
604-
start: pipenv run dev $SERVICE_PATH
604+
start: start: uv run watchmedo auto-restart -p *.py --no-restart-on-command-exit -R python -- -u $SERVICE_PATH
605605
runtime: torch
606606

607607
runtimes:

0 commit comments

Comments
 (0)