Update home-tools.yaml
parent
d1d77baf41
commit
a1aa3f3f68
|
@ -96,22 +96,37 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/vaultwarden:/data/
|
- /dockers/vaultwarden:/data/
|
||||||
|
|
||||||
faster-whisper:
|
# AI
|
||||||
image: lscr.io/linuxserver/faster-whisper:gpu
|
openai-whisper-rocm:
|
||||||
container_name: faster-whisper
|
image: psoldunov/openai-whisper-rocm
|
||||||
|
container_name: whisper-rocm
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
stdin_open: true
|
||||||
- PUID=1000
|
tty: true
|
||||||
- PGID=1000
|
devices:
|
||||||
- TZ=Etc/UTC
|
- /dev/kfd
|
||||||
- WHISPER_MODEL=tiny-int8
|
- /dev/dri
|
||||||
- WHISPER_BEAM=1 #optional
|
|
||||||
- WHISPER_LANG=en #optional
|
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/faster-whisper/data:/config
|
- /dockers/whipser-rocm:/data
|
||||||
ports:
|
ports:
|
||||||
- 10300:10300
|
- 10300:10300
|
||||||
|
|
||||||
|
# faster-whisper:
|
||||||
|
# image: lscr.io/linuxserver/faster-whisper:gpu
|
||||||
|
# container_name: faster-whisper
|
||||||
|
# restart: unless-stopped
|
||||||
|
# environment:
|
||||||
|
# - PUID=1000
|
||||||
|
# - PGID=1000
|
||||||
|
# - TZ=Etc/UTC
|
||||||
|
# - WHISPER_MODEL=tiny-int8
|
||||||
|
# - WHISPER_BEAM=1 #optional
|
||||||
|
# - WHISPER_LANG=en #optional
|
||||||
|
# volumes:
|
||||||
|
# - /dockers/faster-whisper/data:/config
|
||||||
|
# ports:
|
||||||
|
# - 10300:10300
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: dockers_default
|
name: dockers_default
|
||||||
|
|
Loading…
Reference in New Issue