update Dockerfile to install pip whisper-live

This commit is contained in:
makaveli10
2023-08-02 16:16:07 +08:00
parent e91f7637e4
commit 921827b79f
+3 -2
View File
@@ -39,6 +39,7 @@ COPY requirements/ /app
RUN bash setup.sh
RUN pip install -r server.txt
COPY *py /app
RUN pip install whisper-live
CMD ["python", "server.py"]
COPY run_server.py /app
CMD ["python", "run_server.py"]