giuse/machine_learning_workbench

View on GitHub
bin/setup

Summary

Maintainability
Test Coverage
#!/usr/bin/env 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