added multi transport example

This commit is contained in:
Chad Bailey
2025-04-07 22:13:27 +00:00
parent 0b8486ce39
commit f948a144f8
37 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
FROM dailyco/pipecat-base:latest
RUN apt-get update && apt-get install ffmpeg -y
COPY ./pipecat pipecat
COPY ./requirements.txt requirements.txt
COPY ./assets assets
RUN pip install --no-cache-dir --upgrade -r requirements.txt
COPY ./bot.py bot.py