Update Dockerfile

This commit is contained in:
McCloudS
2024-01-28 11:40:10 -07:00
committed by GitHub
parent f02cb3d870
commit 5be7068bf5

View File

@@ -1,8 +1,9 @@
FROM ubuntu:latest
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
ENV PYTHONUNBUFFERED 1