Skip to Content

Compute Node Substrate Installation

You can start by enrolling the Compute node in CIQ Depot and installing required packages.

# DEPOT_USER="" # populate with your username for CIQ Depot # ACCESS_KEY="" # populate with the Depot key obtained from the CIQ sales/support team # VERSION="3.2.0" # matches orchestrate version without the leading v
# dnf install -y https://depot.ciq.com/public/files/depot-client/depot/depot.x86_64.rpm # depot register --user "${DEPOT_USER}" --token "${ACCESS_KEY}" # depot enable fuzzball # dnf install -y fuzzball-substrate fuzzball-substrate-orchestrate-${VERSION}-1 fuzzball-cli-${VERSION}-1

If your compute node has a GPU, be sure to install the following package as well.

# dnf install -y fuzzball-substrate-nvidia-gpu-plugin # optional