Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
# 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: | |