Skip to content

Commit

Permalink
Add python version to transcriber image
Browse files Browse the repository at this point in the history
  • Loading branch information
seidtgeist authored Apr 26, 2023
1 parent 16d22bc commit 00057a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def download_model():


transcriber_image = (
Image.debian_slim()
Image.debian_slim(python_version="3.10.8")
.apt_install("git", "ffmpeg")
.pip_install(
"https://github.com/openai/whisper/archive/v20230314.tar.gz",
Expand Down

0 comments on commit 00057a3

Please sign in to comment.