#!/usr/bin/bash
set -euo pipefail
IFS=$'\n\t'
set -vx

# ubuntu:
sudo apt install libopenblas-base liblapacke # for numo-linalg

bundle install

# Do any other automated setup that you need to do here
