Spaces:
Configuration error
Configuration error
File size: 426 Bytes
8fc9285 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# include:
# - compose.observability.yaml
services:
faster-whisper-server:
extends:
file: compose.yaml
service: faster-whisper-server
image: fedirz/faster-whisper-server:latest-cpu
build:
args:
BASE_IMAGE: ubuntu:24.04
environment:
- WHISPER__MODEL=Systran/faster-whisper-small
volumes:
- hugging_face_cache:/root/.cache/huggingface
volumes:
hugging_face_cache:
|