diff --git a/Dockerfile b/Dockerfile index c6039e3..394d5e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN \ # stt #nogo since i need microphone #wait no i dont, i just need to set env or dont start RUN \ apt -y install portaudio19-dev python3-pyaudio python3-pip git pulseaudio \ - && python3 -m pip install \ + && python3 -m pip install --no-cache-dir \ git+https://github.com/openai/whisper.git \ soundfile \ PyAudio \