added working example

This commit is contained in:
Chad Bailey
2025-04-08 14:55:57 +00:00
parent f948a144f8
commit 676f0a7b64
30 changed files with 30 additions and 85 deletions

View File

@@ -1,12 +1,8 @@
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