FROM huggingface/transformers-pytorch-cpu:4.37.0 # Install espeak-ng — required by Coqui VITS phonemizer (cannot be pip-installed) RUN apt-get update && \ apt-get install -y --no-install-recommends espeak-ng && \ rm -rf /var/lib/apt/lists/*