init
This commit is contained in:
11
mr_v100-f5-tts/Dockerfile_f5
Normal file
11
mr_v100-f5-tts/Dockerfile_f5
Normal 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"]
|
||||
|
||||
Reference in New Issue
Block a user