update faster-whisper to heimoshuiyu(prompt) patched version

This commit is contained in:
2024-09-04 18:02:00 +08:00
parent ea8fc74ed2
commit 1a5dbc65e0
3 changed files with 143 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
FROM docker.io/nvidia/cuda:12.0.0-cudnn8-runtime-ubuntu22.04
RUN apt-get update && \
apt-get install -y ffmpeg python3 python3-pip && \
apt-get install -y ffmpeg python3 python3-pip git && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*