Skip to content

Commit

Permalink
docker-compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldoramos committed Oct 23, 2022
1 parent 71b9202 commit afe848a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pip install git+https://github.com/moises-ai/maestro-worker-python.git

To install a version (recommended):
```
pip install git+https://github.com/moises-ai/maestro-worker-python.git@1.0.16
pip install git+https://github.com/moises-ai/maestro-worker-python.git@1.0.17
```

## Maestro init
Expand Down
2 changes: 1 addition & 1 deletion maestro_worker_python/data/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
worker:
build: .
command: maestro-server --worker /worker/worker.py --base_path /worker-example --port 8000 --reload
command: maestro-server --worker /worker/worker.py --base_path /worker-whisper-large --port 8000 --reload True
ports:
- "8000:8000"
expose:
Expand Down
2 changes: 1 addition & 1 deletion maestro_worker_python/data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/moises-ai/maestro-worker-python.git@1.0.16
git+https://github.com/moises-ai/maestro-worker-python.git@1.0.17
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name="maestro_worker_python",
py_modules=["maestro_worker_python", "maestro_worker_python.worker_example"],
version="1.0.16",
version="1.0.17",
description="Utility to run workers on Moises/Maestro",
readme="README.md",
python_requires=">=3.8",
Expand Down

0 comments on commit afe848a

Please sign in to comment.