Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 734 Bytes

File metadata and controls

24 lines (17 loc) · 734 Bytes

Deploying agent-mode on a Lima VM

  1. Ensure you have lima installed. If not, follow the instructions here
  2. Install socket_vmnet. Follow the instructions here
  3. Download lima.yaml and modify this line to your userdata path. It can be an URL or a file path.
export USERDATA=<path-to-your-userdata>

Note: Check more about lima configuration here

  1. Create and start the VM
limactl create --name spectro-agent-mode lima.yaml
limactl start spectro-agent-mode
  1. That's it! You can now shell into the VM
limactl shell spectro-agent-mode