Update quickstart, make it deployable
This commit is contained in:
7
examples/quickstart/Dockerfile
Normal file
7
examples/quickstart/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user