Skip to content

Instantly share code, notes, and snippets.

@whistler
Last active July 25, 2018 21:54
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 whistler/67b3e9aea4d90db1b5e32c83b9078323 to your computer and use it in GitHub Desktop.
Save whistler/67b3e9aea4d90db1b5e32c83b9078323 to your computer and use it in GitHub Desktop.
Conda environment for deep learning, image processing, data science
# 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