subDesTagesMitExtraKaese 1 anno fa
parent
commit
b5d147e989
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,7 +11,7 @@ ADD whisper.cpp/ /build/
 RUN make
 
 # main image
-FROM python:3-slim-bullseye
+FROM python:3.10-slim-bullseye
 WORKDIR /app/
 
 # Install dependencies