From 7a8e38fb7446d3941f69e476c139b548060d686a Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 28 Mar 2023 22:20:17 -0600 Subject: [PATCH] pip no cache dir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \