Deploying a GPU cluster
Last updated
Was this helpful?
Last updated
Was this helpful?
In your , select Clusters->Deploy cluster. In the next screen you can select your contract duration (starting from 1 week) and the number of nodes (from two to eight) you would like to have in your cluster.
Next, select your shared filesystem size. File systems are mounted as follows:
Local storage is mounted to /mnt/local_disk
on each worker node.
SFS is mounted to /home
on all nodes, including the jump host.
You also need to supply your SSH public key before you deploy. We recommend you choose the cluster hostname appropriately, since your worker nodes will inherit the hostname as the prefix.
Please also note that the jump host node will become accessible a few minutes before the worker nodes are ready, when starting the cluster for the first time.
Once the cluster has been created, you can proceed to log in by copying the ssh ubuntu@CLUSTER_IP
command from the Clusters screen in your dashboard.
You can login to the individual worker nodes from your jumphost by running ssh WORKER_NAME
Once the above steps are done, you deploy the cluster, just like you would an .
Once deployment has been done on , please give the cluster around 20 minutes to start.
We recommend using to run jobs on the cluster.