Loading...
Loading...
lattice template use lattice/azure-linuxThis will create a new workspace using this template configuration.
Deploy Linux-based AI agents on Azure VMs with this agent definition template.
This template assumes that latticed is run in an environment that is authenticated
with Azure. For example, run az login then az account set --subscription=<id>
to import credentials on the system and user running latticed. For other ways to
authenticate, consult the Terraform docs.
This agent definition provisions the following resources:
/home/lattice)When the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the agent environment (e.g. python3), modify the VM image or use a startup script.
Note This template is designed to be a starting point! Edit the Terraform to extend the template to support your agent use case.