0.5.0 rc2
This commit is contained in:
parent
f3f679784f
commit
65fbd25e6e
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue