add docker compose

This commit is contained in:
Moritz 2024-08-14 09:31:02 +02:00
parent 64ec45a9ce
commit 01f661d37b
3 changed files with 26 additions and 1 deletions

View file

@ -2,4 +2,7 @@
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
docker compose up
python3 whisper.py
```