mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: install soundfile in oss docker build
This commit is contained in:
parent
35c9ab7b07
commit
6a97fd194e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue