From bad9b760c7ba4efbe62de5b64ca3538f3bda54a8 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:09:39 -0600 Subject: [PATCH] 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. --- subgen/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subgen/Dockerfile b/subgen/Dockerfile index a3471b6..7cd0d3c 100644 --- a/subgen/Dockerfile +++ b/subgen/Dockerfile @@ -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 /