Chamber CLI
Go from Python code to running GPU workload in one command. The Chamber CLI eliminates the complexity of containerization, registry management, and Kubernetes — so ML engineers and data scientists can focus on what matters: training models.No Docker expertise required. Chamber auto-detects your project, generates optimized Dockerfiles, handles registry authentication, and submits your workload — all interactively guided.
AI Assistant — Ask Your Infrastructure Anything
Query your GPU infrastructure in natural language, directly from the terminal:AI Assistant Guide
Interactive conversations, command execution, piped input, image analysis, and more
Auto-Containerize Guide
Deep dive into
chamber runThe Fastest Path to GPU Training
Detects your project
Automatically identifies PyTorch, TensorFlow, or JAX. Finds your entrypoint and requirements.
Generates optimized Dockerfile
Creates a GPU-optimized container with CUDA, cuDNN, and your dependencies.
Guides you through setup
Missing Docker? No registry configured? Chamber walks you through each step interactively.
Quick Start
Install and run your first workload
Interactive Setup — No Prior Configuration Needed
Chamber CLI guides you through everything. Don’t have Docker? It’ll help you install it. No registry configured? It’ll walk you through setting one up:Automatic Prerequisite Detection
Missing a tool? Chamber detects it and offers to help:- Docker — Required for building images
- AWS CLI — For ECR authentication
- gcloud CLI — For Google Artifact Registry authentication
- Azure CLI — For ACR authentication
Why ML Engineers Love Chamber CLI
Zero Config Start
Run
chamber run and follow the prompts. No YAML files, no Docker knowledge needed.Smart Defaults
Auto-detects frameworks, entrypoints, and optimal GPU configurations.
One-Time Setup
Configure once, run forever. Settings are saved for future use.
Preview First
Use
--dry-run to see exactly what will be generated before building.Works Everywhere
Single binary with no dependencies. SSH-friendly for remote workstations.
Scriptable
JSON output mode for CI/CD pipelines and automation.
Quick Command Reference
| What you want to do | Command |
|---|---|
| Ask a question | chamber chat "what GPUs are available?" |
| Start a conversation | chamber chat |
| Submit a training workload | chamber run ./my-project --gpus 4 --team <id> |
| Preview before submitting | chamber run ./my-project --gpus 4 --dry-run |
| List your workloads | chamber workloads list |
| Check GPU capacity | chamber capacity |
| View workload status | chamber workloads get <id> |
| Cancel a workload | chamber workloads cancel <id> |
System Requirements
- macOS (Intel or Apple Silicon) or Linux (x86_64 or ARM64)
- A Chamber account
chamber run):
- Docker — Chamber will help you install it
- Cloud CLI (gcloud/aws/az) — Chamber will help you install it
Get Started
Install Chamber CLI and run your first workload

