prompt #1

Open
heimoshuiyu wants to merge 33 commits from prompt into master
Showing only changes of commit 65551c081f - Show all commits

View File

@@ -1,8 +1,6 @@
FROM nvidia/cuda:12.0.0-runtime-ubuntu20.04
FROM nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
WORKDIR /root
RUN apt-get update -y && apt-get install -y python3 python3-pip libcudnn8 libcudnn8-dev
RUN apt-get update -y && apt-get install -y python3-pip
COPY infer.py jfk.flac ./
RUN pip3 install faster-whisper
ENTRYPOINT ["python3", "infer.py"]
CMD ["python3", "infer.py"]