Install Pre-built Binary
DPS provides pre-built binaries for the following platforms:
- Linux
- macOS
Download
Download dpsctl from the NVIDIA NVOnline Portal.
Installation
VERSION="v0.8.0" # e.g. v1.0.0
OS="linux" # e.g. linux or darwin
ARCH="amd64" # e.g. amd64, arm64
# Extract the binary
tar -xzf dpsctl_${OS}_${ARCH}_v1-${VERSION}.tgz
# Make it executable
chmod +x dpsctl
# Move to system PATH (optional)
sudo mv dpsctl /usr/local/bin/Verification
dpsctl --version