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: 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: