Skip to main content
The Dispersed client (DisNet) is a zero-trust client. Jobs can access anything your computer can access over the network or disk. We strongly recommend using an Isolated Network or DMZ.

Supported Systems

The Dispersed client (disNet) is built and tested on Ubuntu 22.04 and Ubuntu 24.04. Other Linux distributions may work but are not officially supported.

1. Verify NVIDIA GPU Drivers

Ensure your NVIDIA GPU drivers are installed:
If the command fails, install drivers from NVIDIA Drivers.

2. Verify NVIDIA CUDA Toolkit

Check that CUDA is installed:
If not installed, follow the NVIDIA CUDA Toolkit installation guide.

3. Install Docker

3.1 Add Docker’s GPG key:
3.2 Set permissions:
3.3 Add Docker repository:
3.4 Update and install:

4. Install NVIDIA Container Toolkit

4.1 Add NVIDIA repository:
4.2 Update and install:
4.3 Configure runtime:

5. Verify Container GPU Access

You should see your GPU information displayed.For rendering workloads, install the OpenGL libraries matching your driver version:6.1 Check available versions:
6.2 Install (replace 550 with your driver version):
You should see your GPU information displayed.