z 4 zile în urmă
părinte
comite
bdb9b21daa
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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