update README
This commit is contained in:
@@ -9,7 +9,4 @@ RUN pip install -r requirements_piper.txt -c constraints_piper.txt
|
||||
ENV PYTHONPATH=/workspace/piper/src/python:$PYTHONPATH
|
||||
RUN cd /workspace/piper/src/python && pip install -e . && ./build_monotonic_align.sh
|
||||
|
||||
#ENTRYPOINT ["/bin/bash", "launch_piper.sh"]
|
||||
|
||||
COPY launch.sh /workspace/
|
||||
ENTRYPOINT ["/bin/bash", "launch.sh"]
|
||||
ENTRYPOINT ["/bin/bash", "launch_piper.sh"]
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
python3 piper_server.py
|
||||
|
||||
Reference in New Issue
Block a user