Disabling memory by default since it is not needed by this example

This commit is contained in:
Filipi Fuchter
2025-12-01 07:32:47 -03:00
parent 6b0194daf1
commit 75765a876b

View File

@@ -10,8 +10,9 @@ INSERT_LINE="RUN apt update && apt install -y libgl1 libglib2.0-0 && apt clean"
###############################################
# STEP 1 — Configure agentcore
# Already configuring to use Docker as it is required by Pipecat
# Disabling memory by default since it is not needed by this example
###############################################
agentcore configure -e pipecat-agent.py --deployment-type container --container-runtime docker
agentcore configure -e pipecat-agent.py --deployment-type container --container-runtime docker --disable-memory
###############################################
# STEP 2 — Wait until Dockerfile exists