init ascend tts
This commit is contained in:
8
ascend_910-f5-tts/Dockerfile_f5
Normal file
8
ascend_910-f5-tts/Dockerfile_f5
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM quay.io/ascend/vllm-ascend:v0.10.0rc1
|
||||
|
||||
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"]
|
||||
Reference in New Issue
Block a user