0.5.0 rc2

This commit is contained in:
matatonic 2023-11-27 22:45:11 -05:00
parent f3f679784f
commit 65fbd25e6e
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:22.04
# tts-1 only
RUN apt-get update && \
apt-get install --no-install-recommends -y wget ffmpeg python-is-python3 python3-pip python3-yaml python3-fastapi python3-uvicorn && \
apt-get install --no-install-recommends -y ffmpeg python-is-python3 python3-pip python3-yaml python3-fastapi python3-uvicorn && \
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install piper-tts