Update home-tools.yaml
parent
d44da852b0
commit
30ceb1bab8
|
@ -97,19 +97,27 @@ services:
|
|||
- /dockers/vaultwarden:/data/
|
||||
|
||||
# AI
|
||||
openai-whisper-rocm:
|
||||
image: psoldunov/openai-whisper-rocm
|
||||
container_name: whisper-rocm
|
||||
whisper:
|
||||
container_name: whisper
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
devices:
|
||||
- /dev/kfd
|
||||
- /dev/dri
|
||||
build:
|
||||
context: .
|
||||
group_add:
|
||||
- video
|
||||
volumes:
|
||||
- /dockers/whipser-rocm:/data
|
||||
# ports:
|
||||
# - 10300:10300
|
||||
- ./data:/data
|
||||
command:
|
||||
- --download-dir
|
||||
- /data
|
||||
- --language
|
||||
- en
|
||||
- --device
|
||||
- cuda
|
||||
ports:
|
||||
- 10300:10300
|
||||
devices:
|
||||
- "/dev/dri"
|
||||
- "/dev/kfd"
|
||||
|
||||
# faster-whisper:
|
||||
# image: lscr.io/linuxserver/faster-whisper:gpu
|
||||
|
|
Loading…
Reference in New Issue