Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 624 Bytes

HySDS dev

Puppet module to install all dependencies needed for HySDS build and develop.

Prerequisites

Create a base CentOS7 image as described here.

VM/Bare-metal Installation

As root run:

cd /etc/puppetlabs/code/modules
git clone https://github.com/hysds/puppet-hysds_dev.git hysds_dev
cd hysds_dev
./install.sh <github org> <branch>

Build Docker images based on CentOS and CUDA images

./build_docker.sh <tag> <github org> <github repo branch>