pip no cache dir

master
bel 2023-03-28 22:20:17 -06:00
parent 277bfac641
commit 7a8e38fb74
1 changed files with 1 additions and 1 deletions

View File

@ -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 \