File size: 399 Bytes
8fc9285
 
 
ba81a8e
8fc9285
 
ba81a8e
 
8fc9285
 
 
 
 
 
a5d79bf
8fc9285
a5d79bf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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: