Created
June 9, 2017 12:37
-
-
Save mp4096/c332cd6db29e769be0cb4e2a2bb22db7 to your computer and use it in GitHub Desktop.
Setup bench instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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