mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
0.5.0 rc2
This commit is contained in:
parent
f3f679784f
commit
65fbd25e6e
@ -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
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user