This commit is contained in:
2025-09-10 10:56:53 +08:00
commit 1df95ad2f6
606 changed files with 590904 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/mr100_corex:4.3.0
WORKDIR /workspace
COPY . /workspace/
RUN pip install -r requirements_f5.txt -c constraints_f5.txt -i https://nexus.4pd.io/repository/pypi-all/simple
RUN cd F5-TTS && pip install -e . -c ../constraints_f5.txt -i https://nexus.4pd.io/repository/pypi-all/simple
#ENTRYPOINT ["/bin/bash", "launch_f5.sh"]
ENTRYPOINT ["/bin/bash", "launch.sh"]