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:
@@ -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 /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user