add docker compose
This commit is contained in:
parent
64ec45a9ce
commit
01f661d37b
3 changed files with 26 additions and 1 deletions
|
|
@ -2,4 +2,7 @@
|
|||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
docker compose up
|
||||
python3 whisper.py
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue