An opinionated setup of RStudio Workbench (RSW) for the use with AWS ParallelCluster
python3 -m venv aws-parallelcluster
source aws-parallelcluster/bin/activate
pip install --upgrade pip
pip install aws-parallelcluster
Once done, a source aws-parallelcluster/bin/activate
will activate the venv
, a simple deactivate
will deactivate it again.
Edit lines 3 to 9 of deploy.sh
to reflect the appropriate details of your environment.
Run ./deploy.sh
. This will copy scripts and config files to the existing S3 bucket and trigger the installation of the HPC cluster.
See doc folder.