feat: first commit

This commit is contained in:
Simon Guigui
2023-11-25 18:22:45 +01:00
commit c0948a60c3
13 changed files with 1618 additions and 0 deletions

22
docker-compose.yml Normal file
View File

@@ -0,0 +1,22 @@
services:
whisper:
container_name: whisper
restart: unless-stopped
build:
context: .
group_add:
- video
volumes:
- ./data:/data
command:
- --download-dir
- /data
- --language
- en
- --device
- cuda
ports:
- 10300:10300
devices:
- "/dev/dri"
- "/dev/kfd"