update README
This commit is contained in:
@@ -2,10 +2,8 @@ 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
|
||||
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"]
|
||||
ENTRYPOINT ["/bin/bash", "launch.sh"]
|
||||
ENTRYPOINT ["/bin/bash", "launch_f5.sh"]
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
python3 f5_server.py
|
||||
Reference in New Issue
Block a user