This directory lists guides to manually setup H2O.ai Driverless AI on baremetal machines and various clouds.
While the guides mention a cloud provider (which is where I tried the steps), they are not specific to the cloud provider and should work on other clouds like AWS, GCP, and even on a bare-metal machine.
- Guide to setup Driverless AI from scratch on Ubuntu 16.04 LTS.
- We install the following things in order
- Nvidia Drivers
- CUDA 9.0
- docker-ce
- nvidia-docker and then configure the GPU cards for use is H2O Driverless AI
- We explain the process using a VM on Azure, but then setup steps should be valid for baremetal as well as VMs in other clouds.
- Guide to setup Driverless AI from scratch on RHEL 7.7.
- We install the following things in order
- Nvidia Drivers
- docker-ce
- nvidia-docker and then configure the GPU cards for use is H2O Driverless AI
- We explain the process using a EC2 instance on AWS, but then setup steps should be valid for baremetal as well as VMs in other clouds.