feat: first commit
This commit is contained in:
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user