Browse Source

loosen the range of package versions

subDesTagesMitExtraKaese 1 year ago
parent
commit
5e231db249
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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