Last active
July 25, 2018 21:54
-
-
Save whistler/67b3e9aea4d90db1b5e32c83b9078323 to your computer and use it in GitHub Desktop.
Conda environment for deep learning, image processing, data science
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
# To install the most recent version go to https://www.anaconda.com/download/ | |
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh | |
bash Anaconda3-5.2.0-Linux-x86_64.sh | |
conda install -y -c conda-forge jupyterlab | |
conda install -y scikit-learn | |
conda install -y pytorch torchvision cuda91 -c pytorch | |
conda install -y opencv matplotlib scikit-image | |
conda install -y affine #rasterio | |
pip install rasterio==1.0.1 # conda does not have v1 of rasterio yet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment