|
|
@@ -10,7 +10,7 @@ RUN apt-get update && \
|
|
|
apt-get install -y --no-install-recommends ffmpeg python3 python3-pip && \
|
|
|
rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
-RUN pip3 install --break-system-packages -i https://mirrors.aliyun.com/pypi/simple/ faster-whisper
|
|
|
+RUN pip3 install --break-system-packages faster-whisper
|
|
|
|
|
|
WORKDIR /app
|
|
|
|