This commit is contained in:
SWivid
2024-10-23 23:05:25 +08:00
parent c4eee0f96b
commit d8638a6c32
12 changed files with 61 additions and 195 deletions

View File

@@ -17,8 +17,7 @@ WORKDIR /workspace
RUN git clone https://github.com/SWivid/F5-TTS.git \
&& cd F5-TTS \
&& pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir -r requirements_eval.txt
&& pip install -e .[eval]
ENV SHELL=/bin/bash