compose
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
whisper-app:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "9854:9854"
|
||||||
|
volumes:
|
||||||
|
- ./keys.txt:/app/keys.txt
|
||||||
|
devices:
|
||||||
|
- "/dev/kfd:/dev/kfd"
|
||||||
|
- "/dev/dri:/dev/dri"
|
||||||
|
group_add:
|
||||||
|
- video
|
||||||
Reference in New Issue
Block a user