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