Skip to main content
Build Coverage

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:
Start an interactive conversation for back-and-forth troubleshooting, capacity planning, or workload analysis:

AI Assistant Guide

Interactive conversations, command execution, piped input, image analysis, and more

Auto-Containerize Guide

Deep dive into chamber run

The Fastest Path to GPU Training

That’s it. One command. Chamber handles everything else:
1

Detects your project

Automatically identifies PyTorch, TensorFlow, or JAX. Finds your entrypoint and requirements.
2

Generates optimized Dockerfile

Creates a GPU-optimized container with CUDA, cuDNN, and your dependencies.
3

Guides you through setup

Missing Docker? No registry configured? Chamber walks you through each step interactively.
4

Builds, pushes, and submits

Handles authentication, builds your image, pushes to your registry, and submits to Chamber.

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:
First-time users: Just run chamber run on your project. The CLI will guide you through every step — from installing Docker to configuring your registry to submitting your workload.

Automatic Prerequisite Detection

Missing a tool? Chamber detects it and offers to help:
The same guided experience applies to:
  • 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

System Requirements

  • macOS (Intel or Apple Silicon) or Linux (x86_64 or ARM64)
  • A Chamber account
For auto-containerization (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