FROM docker.io/library/python:3.12.3-bookworm RUN apt-get update && apt-get install -y ffmpeg RUN pip install -U openai-whisper==20231117 ENTRYPOINT ["whisper"]