nvidia.com

Command Palette

Search for a command to run...

Building Dynamo (dynamo build) — Dynamo

Last updated: 12/12/2025

Title: Building Dynamo (dynamo build) — Dynamo

URL Source: https://docs.nvidia.com/dynamo/archive/0.3.2/guides/dynamo_build.html?userAgent=PromptingBot%2F1.0.0

Published Time: Fri, 18 Jul 2025 15:25:35 GMT

Markdown Content: Skip to main content

Back to top- [x] - [x]

Ctrl+K

Image 1: Dynamo - HomeImage 2: Dynamo - Home Dynamo

Search Ctrl+K

Search Ctrl+K

Image 3: Dynamo - HomeImage 4: Dynamo - Home Dynamo

Table of Contents

Architecture & Features

Dynamo Command Line Interface

Usage Guides

Deployment Guides

Benchmarking

API

Examples

Reference

Building Dynamo (dynamo build)#

This guide explains how to use the dynamo build command to containerize Dynamo inference graphs (pipelines) for deployment.

dynamo build is a command-line tool that helps containerize inference graphs created with Dynamo SDK. Run dynamo build --containerize to build a stand-alone Docker container that encapsulates your entire inference graph. The generated container-image can then be shared and/or run standalone.

Caution

This experimental feature is tested on the examples in the examples/ directory. You need to make some modifications. Pay particular attention if your inference graph introduces custom dependencies.

Building a containerized inference graph#

The basic workflow for using dynamo build includes:

  1. Defining your inference graph and testing locally with dynamo serve.

  2. Specifying a base image for your inference graph. More on this below.

  3. Running dynamo build to build a containerized inference graph.

Basic Usage#

dynamo build <graph_definition> --containerize

previous Serving Inference Graphs (dynamo serve)next Deploying Inference Graphs to Kubernetes (dynamo deploy)

On this page

Image 5: NVIDIAImage 6: NVIDIA

Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2025-2025, NVIDIA Corporation.

Links/Buttons:

Related Articles