Install Pre-built Binary#

DPS provides pre-built binaries for the following platforms:

  • Linux

  • macOS

Download#

Download the dpsctl archive for the same release as the server from the NVIDIA NVOnline Portal. Select the archive for your operating system and architecture, and verify it by using the checksum or signature supplied with that release.

Installation#

VERSION="<release-version>"  # Use the server release without a leading v.
OS="linux"            # Use linux or darwin.
ARCH="amd64"          # Use amd64 or arm64.
ARCH_VARIANT="v1"     # Use v1 for amd64 or v8.0 for arm64.

tar -xzf "dpsctl_${OS}_${ARCH}_${ARCH_VARIANT}-${VERSION}.tgz"

# Make it executable
chmod +x dpsctl

# Move to system PATH (optional)
sudo mv dpsctl /usr/local/bin/

Verification#

dpsctl --version