Worker Nodes (Docker) Setup
Last updated
Last updated
IMPORTANT: You must register your node and get a
node_UUID
from the BrinxAI Dashboard before running the installation script.
Go to
Log in or create an account.
Navigate to "Add Node".
Enter a Node Name and click "Add Node".
Copy the generated node_UUID
– you’ll need this during installation.
Make sure you also have:
curl
gnupg
lsb-release
wget
Enter your desired port (default: 5011
)
Enter the node_UUID
you got from the dashboard
The script will:
Install necessary packages
Check for GPU support
Configure .env
and docker-compose.yml
Pull the latest Worker Node image
Launch the container using Docker Compose
Deploy Watchtower to auto-update the container daily at 4 AM
Before running the script, install:
NVIDIA GPU Drivers
Ensure firewall allows the port you selected.
Watchtower
updates the container daily at 4 AM.
Would you like a downloadable PDF version or a one-pager you can share with your team?
Follow the official Docker instructions for Ubuntu: 👉
For issues, consult logs or the GitHub repo: