Update Dockerfile

And we're back!  Uses faster-whisper and stable-ts.  Shouldn't break anything from previous settings, but adds a couple new options that aren't documented.
This commit is contained in:
McCloudS
2023-10-19 01:09:39 -06:00
committed by GitHub
parent b1aad9b8bb
commit bad9b760c7

View File

@@ -1,8 +1,6 @@
FROM python
RUN apt-get update && apt-get install -y ffmpeg git gcc
RUN pip3 install flask requests
RUN pip3 install flask requests stable-ts fast-whisper
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /