Quick Install of Run:ai on a Single Node¶
Below are instructions on how to install the Run:ai cluster on a single node. This process is good for learning Run:ai or using a Run:ai cluster on a single node. Multiple nodes are not supported with this installation. To install a cluster with multiple nodes or for running a formal pilot with Run:ai, use Cluster Installation.
The installation process below is comprised of a single script and includes the installation of a built-in Kubernetes using microk8s.
Prerequisites¶
The installation below assumes:
- A single node, with at least one GPU.
- Running Ubuntu 20.04.
sudo
access to the node (you may be prompted for sudo password during the installation).- A
client-id
and asecret
provided by Run:ai customer support. - Outbound internet connectivity
Installation steps¶
Get the script:
wget https://raw.githubusercontent.com/run-ai/docs/master/install/single-node-install.sh && chmod +x single-node-install.sh
Run the script:
Notes
- The script will stop at one point and require that you log out and log in again.
- You may be prompted for a sudo password during the installation.
Next Steps¶
- Set up at least one Project Working with Projects.
- Review Quickstart Guides to run workloads.
Last update: May 19, 2022