We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c78024 commit 6f1df37Copy full SHA for 6f1df37
1 file changed
Dockerfile
@@ -15,7 +15,8 @@ RUN chmod 777 -R /tmp && apt-get update && DEBIAN_FRONTEND=noninteractive apt-ge
15
g++ \
16
make \
17
git \
18
- ffmpeg && \
+ ffmpeg \
19
+ unzip && \
20
rm -rf /var/lib/apt/lists/*
21
22
RUN case ${TARGETPLATFORM} in \
@@ -39,3 +40,7 @@ RUN pip install -r /lighttts/requirements.txt --no-cache-dir
39
40
41
COPY . /lighttts
42
WORKDIR /lighttts
43
+RUN cd pretrained_models/CosyVoice-ttsfrd/ && \
44
+ unzip resource.zip -d . && \
45
+ pip install ttsfrd_dependency-0.1-py3-none-any.whl && \
46
+ pip install ttsfrd-0.4.2-cp310-cp310-linux_x86_64.whl
0 commit comments