pip no cache dir
This commit is contained in:
@@ -19,7 +19,7 @@ RUN \
|
|||||||
# stt #nogo since i need microphone #wait no i dont, i just need to set env or dont start
|
# stt #nogo since i need microphone #wait no i dont, i just need to set env or dont start
|
||||||
RUN \
|
RUN \
|
||||||
apt -y install portaudio19-dev python3-pyaudio python3-pip git pulseaudio \
|
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 \
|
git+https://github.com/openai/whisper.git \
|
||||||
soundfile \
|
soundfile \
|
||||||
PyAudio \
|
PyAudio \
|
||||||
|
|||||||
Reference in New Issue
Block a user