bmgmediaco.com

Command Palette

Search for a command to run...

Install UCS Tools — UCS Tools Documentation

Last updated: 12/5/2025

Title: Install UCS Tools — UCS Tools Documentation

URL Source: https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html

Published Time: Thu, 30 Oct 2025 07:23:03 GMT

Markdown Content: Install UCS Tools#

Follow the prerequisites first for generating your NGC Personal Key.

Choose from these 3 ways to use UCS Tools:

  1. Using the UCS debian package

  2. Installing from source

  3. Using the Docker image

Debian Installation#

Download the latest UCS tool release from https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ucs-ms/resources/ucs_tools.

After downloading the package using the link above, run:

$ sudo apt remove ucs-tools # remove old version $ rm -rf ~/.ucf_workspace/ $ rm -rf ~/.cache/ucf_registry/ # Clear old cache $ rm -rf ~/.config/ucf/ # Remove old config file $ sudo dpkg -i ucf_tools_2.10.0-rc8_ubuntu22.04_f65f6256.deb $ ucf_app_builder_cli registry repo set-api-key -a <NGC-API-KEY> # NGC Personal key with scopes appropriate scopes added $ ucf_app_builder_cli registry repo sync

It installs tools to /opt/nvidia/ucf-tools

UCS Tools Container Image#

The ucs_tools_public container is available on NGC.

Get the NGC API Key - Refer to Generating Your NGC API Key

Setup NGC API Key

ucf_app_builder_cli registry repo set-api-key -a <NGC-API-KEY> ucf_app_builder_cli registry repo sync

Verify the installation#

MS Builder#

$ ucf_ms_builder_cli --help usage: ucf_ms_builder_cli [-h] [-v] [-va] ...

positional arguments:

service Perform actions on a microservice registry Perform actions on registry component Perform actions on components

optional arguments: -h, --help show this help message and exit -v, --version Print MS Builder Version -va, --version-all Print all versions

$ ucf_ms_builder_cli --version Version: MS Builder: v2.10.0-rc8

$ ucf_ms_builder_cli --version-all Versions: MS Builder: v2.10.0-rc8 UCS MS Spec: v2.10.0-rc8

App Builder#

$ ucf_app_builder_cli --help usage: ucf_app_builder_cli [-h] [-v] [-va] ...

positional arguments:

app Perform actions on apps service Perform actions on a microservice

optional arguments: -h, --help show this help message and exit -v, --version Print MS Builder Version -va, --version-all Print all versions

$ ucf_app_builder_cli --version Version: App Builder: v2.10.0-rc8

$ ucf_app_builder_cli --version-all Versions: App Builder: v2.10.0-rc8 UCS MS Spec: v2.10.0-rc8

Links/Buttons:

Related Articles