Skip to content

Instantly share code, notes, and snippets.

@mp4096
Created June 9, 2017 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mp4096/c332cd6db29e769be0cb4e2a2bb22db7 to your computer and use it in GitHub Desktop.
Save mp4096/c332cd6db29e769be0cb4e2a2bb22db7 to your computer and use it in GitHub Desktop.
Setup bench instance
sudo apt-get update -qq && sudo apt-get upgrade -qq -y
sudo apt-get install -y make clang libiomp-dev
wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
# reboot
conda install pyyaml numpy pandas joblib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment