mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-17 06:58:09 +01:00
uv run
This commit is contained in:
@@ -7,12 +7,12 @@ services:
|
||||
worker:
|
||||
volumes:
|
||||
- ./:/app:cached
|
||||
command: uv run python scripts/run_worker.py
|
||||
command: uv run scripts/run_worker.py
|
||||
|
||||
train-api:
|
||||
volumes:
|
||||
- ./:/app:cached
|
||||
command: uv run python thirdparty/train_api.py
|
||||
command: uv run thirdparty/train_api.py
|
||||
|
||||
frontend:
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user