Browse Source

update python

subDesTagesMitExtraKaese 2 năm trước cách đây
mục cha
commit
6ab1215b3b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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