Update Dockerfile

This commit is contained in:
McCloudS
2024-01-28 12:54:20 -07:00
committed by GitHub
parent 64b63457f7
commit a8bf67705f

View File

@@ -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