setup-prover

Automate Boundless prover stack deployment to GPU servers with Ansible.

195|172|Updated Sep 25, 2024
One-click install
npx skills add https://github.com/boundless-xyz/boundless --skill setup-prover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-prover
Source: https://github.com/boundless-xyz/boundless/tree/main/.claude/skills/setup-prover
Command: npx skills add https://github.com/boundless-xyz/boundless --skill setup-prover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up and manage Boundless prover infrastructure on GPU servers, automating deployment, configuration, and lifecycle management.

Core Features & Use Cases

  • Automated provisioning of inventory, drivers, Docker, and the bento stack for new prover deployments
  • Redeployments and upgrades with minimal downtime
  • Troubleshooting and health checks of prover services
  • Configuration of broker options and image modes to fit hardware and workloads

Quick Start

Deploy a new Boundless prover stack to a GPU server and verify all services are online.

Frequently Asked Questions about setup-prover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Boundless prover stack on a GPU server?

Deploying a Boundless prover stack is automated via Ansible, which provisions inventory, installs NVIDIA drivers, sets up Docker, and configures the bento stack on target GPU servers.

What are the prerequisites for setting up a Boundless prover?

Setting up a Boundless prover requires Ansible, SSH access to an Ubuntu 22.04 or 24.04 GPU server, and network access to the broker and container registry to successfully pull components.

Can I use Ansible to upgrade and troubleshoot an existing GPU prover deployment?

Yes, you can use Ansible to upgrade and troubleshoot an existing GPU prover deployment, applying the automation scripts to perform redeployments, health checks, and service management with minimal downtime.

Does the Boundless prover deployment support configuring broker options for specific hardware?

Yes, Boundless prover deployment supports configuring broker options and image modes, allowing you to tailor the bento stack configuration to fit your specific GPU hardware and workload requirements.

What is the best way to automate NVIDIA driver and Docker setup for prover infrastructure?

The best way to automate NVIDIA driver and Docker setup for prover infrastructure is using an Ansible playbook, which handles the full lifecycle from initial provisioning to ongoing health checks.