speaches / compose.cpu.yaml
Fedir Zadniprovskyi
rename to `speaches`
ba81a8e
raw
history blame
399 Bytes
# include:
# - compose.observability.yaml
services:
speaches:
extends:
file: compose.yaml
service: speaches
image: ghcr.io/speaches-ai/speaches:latest-cpu
build:
args:
BASE_IMAGE: ubuntu:24.04
environment:
- WHISPER__MODEL=Systran/faster-whisper-small
volumes:
- hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
volumes:
hf-hub-cache: