Add a Pipecat Cloud deployment example

This commit is contained in:
Mark Backman
2025-03-07 16:43:10 -05:00
parent 1f8752ab03
commit 24220f38f0
9 changed files with 519 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM dailyco/pipecat-base:latest
COPY ./requirements.txt requirements.txt
RUN pip install --no-cache-dir --upgrade -r requirements.txt
COPY ./bot.py bot.py