From a8bf67705ff59327e137f046a12cfc249bb3099c Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:54:20 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6b014e..bce44d6 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 WORKDIR /subgen RUN apt-get update && apt-get -y install python3 python3-pip ffmpeg -RUN pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart whisper +RUN pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart python-ffmpeg whisper ENV PYTHONUNBUFFERED 1