Last active
July 25, 2018 21:54
-
-
Save whistler/67b3e9aea4d90db1b5e32c83b9078323 to your computer and use it in GitHub Desktop.
Revisions
-
Ibrahim Muhammad revised this gist
Jul 25, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,8 @@ 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 -
Ibrahim Muhammad revised this gist
Jul 19, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ # 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 pytorch torchvision cuda91 -c pytorch conda install -y opencv matplotlib scikit-image -
Ibrahim Muhammad revised this gist
Jul 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ conda install -y -c conda-forge jupyterlab conda install -y pytorch torchvision cuda91 -c pytorch conda install -y opencv matplotlib scikit-image -
Ibrahim Muhammad revised this gist
Jul 9, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ conda install -y -c conda-forge jupyterlab conda install -y pytorch torchvision cuda91 -c pytorch conda install -y opencv matplotlib -
Ibrahim Muhammad created this gist
Jul 9, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ conda install -c conda-forge jupyterlab conda install pytorch torchvision cuda91 -c pytorch conda install opencv matplotlib