restructured example and added readme

This commit is contained in:
Chad Bailey
2025-04-08 15:29:27 +00:00
parent 676f0a7b64
commit df1aac0cc8
14 changed files with 68 additions and 54 deletions

View File

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