update README
This commit is contained in:
@@ -7,11 +7,9 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements_kokoro.txt constraints_kokoro.txt kokoro_server.py en_core_web_sm-3.8.0.tar.gz /workspace/
|
||||
RUN pip install -r requirements_kokoro.txt -c constraints_kokoro.txt -i https://nexus.4pd.io/repository/pypi-all/simple
|
||||
RUN pip install -r requirements_kokoro.txt -c constraints_kokoro.txt
|
||||
RUN pip install en_core_web_sm-3.8.0.tar.gz
|
||||
|
||||
#COPY launch_kokoro.sh /workspace/
|
||||
#ENTRYPOINT ["/bin/bash", "launch_kokoro.sh"]
|
||||
COPY launch.sh /workspace/
|
||||
ENTRYPOINT ["/bin/bash", "launch.sh"]
|
||||
COPY launch_kokoro.sh /workspace/
|
||||
ENTRYPOINT ["/bin/bash", "launch_kokoro.sh"]
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
python3 kokoro_server.py
|
||||
|
||||
Reference in New Issue
Block a user