This commit is contained in:
Chad Bailey
2025-04-03 17:18:26 +00:00
parent 8f33f00c3f
commit 974e989cb5
58 changed files with 85 additions and 40 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