pip no cache dir
parent
277bfac641
commit
7a8e38fb74
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue