init muxi
This commit is contained in:
16
metaX-C500-f5-tts/Dockerfile_f5
Normal file
16
metaX-C500-f5-tts/Dockerfile_f5
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM git.modelhub.org.cn:9443/enginex-metax/maca-c500-pytorch:2.33.0.6-torch2.6-py310-ubuntu24.04-amd64
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
ENV CONDA_DIR=/opt/conda
|
||||
ENV PATH=${CONDA_DIR}/bin:${PATH}
|
||||
|
||||
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