Feat: set start metadata in pipeline

This is needed so that we can send correlation id for workflow runs in Dograh MPS
This commit is contained in:
Abhishek Kumar 2025-09-24 13:36:36 +05:30
parent 9cb75829cb
commit 8376e3e949
3 changed files with 3 additions and 2 deletions

View file

@ -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@9dbd5eb#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \
RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@bcbd158#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \
# Clean up pip cache after pipecat installation
rm -rf /root/.cache/pip