8 lines
176 B
Docker
8 lines
176 B
Docker
FROM dailyco/pipecat-base:latest
|
|
|
|
COPY ./requirements.txt requirements.txt
|
|
|
|
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
|
COPY ./02-two-transport-bot.py bot.py
|