diff --git a/Dockerfile b/Dockerfile index 4a76478..9d2dcf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,14 +18,13 @@ RUN \ # https://stackoverflow.com/questions/28985714/run-apps-using-audio-in-a-docker-container # 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 \ + apt -y install portaudio19-dev python3-pyaudio python3-pip git pulseaudio \ && python3 -m pip install \ git+https://github.com/openai/whisper.git \ soundfile \ PyAudio \ SpeechRecognition -RUN python3 -m pip install PyYAML -RUN apt install -y pulseaudio + PyYAML COPY ./git.d/stt.d/ /stt.d/ # sigusr1