use the already built image
This commit is contained in:
@@ -1,18 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
whisper:
|
whisper:
|
||||||
|
image: rocm-wyoming-whisper
|
||||||
container_name: whisper
|
container_name: whisper
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
group_add:
|
group_add:
|
||||||
- video
|
- video
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- whisper-data:/data
|
||||||
command:
|
command:
|
||||||
- --download-dir
|
- --download-dir
|
||||||
- /data
|
- /data
|
||||||
- --language
|
- --model
|
||||||
- en
|
- medium
|
||||||
- --device
|
- --device
|
||||||
- cuda
|
- cuda
|
||||||
ports:
|
ports:
|
||||||
@@ -20,3 +19,6 @@ services:
|
|||||||
devices:
|
devices:
|
||||||
- "/dev/dri"
|
- "/dev/dri"
|
||||||
- "/dev/kfd"
|
- "/dev/kfd"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
whisper-data:
|
||||||
Reference in New Issue
Block a user