Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Jan 28, 2024
1 parent 64b6345 commit a8bf677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8bf677

Please sign in to comment.