NVIDIA GPU Setup for 3Node

NVIDIA GPU Setup for 3Node

Introduction

I wrote a basic script to set up everything needed for an NVIDIA GPU node.

You can have a look at the script here: https://github.com/mik-tf/ubundia

Steps

  • Deploy full VM (dedicated node) with NVIDIA GPU
  • Install prerequisites:
apt update && apt install -y git make sudo
  • Clone and build the tool
git clone https://github.com/mik-tf/ubundia
cd ubundia
make
ubundia build

Feedback

Let me know how it goes if you give it a try!

1 Like