added multi transport example
This commit is contained in:
12
examples/multi-transport-chatbot/server/Dockerfile
Normal file
12
examples/multi-transport-chatbot/server/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user