use the already built image

This commit is contained in:
albe873
2024-12-13 23:22:49 +01:00
parent 554acddc0c
commit 400aa31d19

View File

@@ -1,18 +1,17 @@
services:
whisper:
image: rocm-wyoming-whisper
container_name: whisper
restart: unless-stopped
build:
context: .
group_add:
- video
volumes:
- ./data:/data
- whisper-data:/data
command:
- --download-dir
- /data
- --language
- en
- --model
- medium
- --device
- cuda
ports:
@@ -20,3 +19,6 @@ services:
devices:
- "/dev/dri"
- "/dev/kfd"
volumes:
whisper-data: