feat: use official whisper pypy package

This commit is contained in:
Felix Spöttel
2023-01-18 12:35:19 +01:00
parent 7b6b453b45
commit 3f734468e1
3 changed files with 13 additions and 8 deletions

View File

@@ -33,6 +33,8 @@ services:
- 6379:6379
networks:
- app
volumes:
- redis-data:/data
app:
container_name: whisper_api_app
@@ -79,6 +81,7 @@ services:
volumes:
postgres-data:
redis-data:
networks:
app: