This commit is contained in:
Chad Bailey
2025-04-08 21:10:49 +00:00
parent 031879423a
commit d39e46a9e1
4 changed files with 5 additions and 4 deletions

View File

@@ -45,9 +45,10 @@ This uses the `local_daily()` function in `bot.py`, which creates a `DailyTransp
### Step 3: Deploy to Pipecat Cloud
This repo already includes a Dockerfile you can use to build an image that works with Pipecat Cloud. You can do it in two steps:
This repo already includes a Dockerfile you can use to build an image that works with Pipecat Cloud. You can do it in a few steps. First, edit `build.sh` and `pcc-deploy.toml` and replace `your-dockerhub-username` with, well, your DockerHub username. Then:
```bash
#
./build.sh
pcc deploy

View File

@@ -2,7 +2,7 @@
set -e
VERSION="0.1"
DOCKER_USERNAME="chadbailey59"
DOCKER_USERNAME="your-dockerhub-username"
AGENT_NAME="multi-transport-chatbot"
# Build the Docker image with the correct context

View File

@@ -1,5 +1,5 @@
agent_name = "multi-transport-chatbot"
image = "chadbailey59/multi-transport-chatbot:0.1"
image = "your-dockerhub-username/multi-transport-chatbot:0.1"
secret_set = "pcc-transport-chatbot-secrets"
[scaling]

View File

@@ -1,5 +1,5 @@
python-dotenv
fastapi[all]
uvicorn
pipecat-ai[daily,cartesia,openai,silero,gladia,webrtc]
pipecat-ai[cartesia,daily,gladia,openai,silero,webrtc]
pipecatcloud