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

@ -1,13 +1,12 @@
FROM nvidia/cuda:11.8.0-base-ubuntu22.04
RUN apt-get update && \
apt-get install --no-install-recommends -y python-is-python3 python3-pip wget ffmpeg && \
apt-get install --no-install-recommends -y python-is-python3 python3-pip ffmpeg && \
apt-get clean && rm -rf /var/lib/apt/lists/*
#RUN git clone https://github.com/matatonic/openedai-speech /app
RUN mkdir -p /app/voices
COPY *.py *.yaml *.txt *.md *.sh LICENSE /app/
COPY voices/download_samples.sh /app/voices/
WORKDIR /app
RUN pip install -r requirements.txt

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