From 6a97fd194e4d5bcca3e626e213d0d4b11f8ec5d4 Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Tue, 30 Sep 2025 19:48:40 +0530 Subject: [PATCH] fix: install soundfile in oss docker build --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index abe7b66..b5cef7c 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -21,7 +21,7 @@ RUN pip install --user --no-cache-dir -r requirements.txt && \ # Force reinstall of pipecat on every build (cache bust) ARG CACHEBUST=1 -RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@f88c8a0#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \ +RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@f88c8a0#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure,soundfile,silero,webrtc]' && \ # Clean up pip cache after pipecat installation rm -rf /root/.cache/pip