Documentation

Prerequisites

What your machine needs before you add it as a GPU node on ParalonCloud.

Before you add a node, make sure your machine meets these requirements. You'll run a small agent (a single Docker command) that connects your machine to the network — outbound only, so no port forwarding or public IP is required.

Hardware

You'll need an NVIDIA GPU with at least 8 GB of VRAM, 16 GB RAM, 50 GB of free SSD space, and a 100 Mbps connection. For the full minimum-vs-recommended breakdown, see Hardware Requirements.

Software

  • Linux or Windows.
  • Up-to-date NVIDIA drivers.
  • Dockerinstall guide.
  • The NVIDIA Container Toolkit, so containers can access the GPU — install guide.

Verify your setup

Confirm Docker can see your GPU before you continue:

docker run --rm --gpus all nvidia/cuda:12.4.0-base-ubuntu22.04 nvidia-smi

If your GPU shows up in the output, you're ready to Add a Node.