uv migration

This commit is contained in:
Dan Davison
2025-07-29 14:41:39 -04:00
parent 3b7a704c5e
commit 4102f9aeca
11 changed files with 107 additions and 132 deletions

View File

@@ -79,7 +79,7 @@ services:
- .env
environment:
- TEMPORAL_ADDRESS=temporal:7233
command: python scripts/run_worker.py
command: uv run python scripts/run_worker.py
networks:
- temporal-network
@@ -94,7 +94,7 @@ services:
- .env
environment:
- TEMPORAL_ADDRESS=temporal:7233
command: python thirdparty/train_api.py
command: uv run python thirdparty/train_api.py
networks:
- temporal-network