infra/dev_resources.py
file. This guide shows how to:
Infra Settings
TheInfraSettings
object in the infra/settings.py
file defines common settings used by your Agno Infra apps and resources.
Build your development image
Your application uses theagno
docker images by default. To use your own image:
- Open
infra/settings.py
file - Update the
image_repo
to your image repository - Set
build_images=True
infra/settings.py
Build a new image
Build the development image using:force
rebuild images, use the --force
or -f
flag
Restart all containers
Restart all docker containers using:Recreate development resources
To recreate all dev resources, use the--force
flag: