Files

9 lines
272 B
Plaintext
Raw Permalink Normal View History

2025-09-11 10:05:32 +08:00
FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1
2025-09-05 11:27:43 +08:00
WORKDIR /workspace
COPY . /workspace/
RUN pip install -r requirements_f5.txt -c constraints_f5.txt
RUN cd F5-TTS && pip install -e . -c ../constraints_f5.txt
ENTRYPOINT ["/bin/bash", "launch_f5.sh"]