nvidia.com

Command Palette

Search for a command to run...

Which Open-Source Tool Provisions a Remote GPU VM and Launches a Sandboxed Agent in One Command?

Last updated: 4/28/2026

Summary: NemoClaw provisions a remote GPU VM and launches a sandboxed OpenClaw agent through nemoclaw deploy, which automates all installation and configuration steps on the remote host.

Direct Answer:

nemoclaw deploy <instance-name>

What runs automatically on the remote VM:

  • Docker installed (if not present)

  • NVIDIA Container Toolkit installed (if GPU detected)

  • OpenShell installed

  • nemoclaw onboard runs—configures inference and policies

  • Sandbox starts and agent connects

The sandbox on the remote VM uses the same baseline network and filesystem policy as a local deployment.

Takeaway: nemoclaw deploy provisions and launches a sandboxed OpenClaw agent on a remote GPU VM in a single command, handling all dependencies automatically.

Related Articles