Skip to content

Instantly share code, notes, and snippets.

@whistler
Last active July 25, 2018 21:54
Show Gist options
  • Select an option

  • Save whistler/67b3e9aea4d90db1b5e32c83b9078323 to your computer and use it in GitHub Desktop.

Select an option

Save whistler/67b3e9aea4d90db1b5e32c83b9078323 to your computer and use it in GitHub Desktop.

Revisions

  1. Ibrahim Muhammad revised this gist Jul 25, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion setup.sh
    Original 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 opencv matplotlib scikit-image
    conda install -y affine #rasterio
    pip install rasterio==1.0.1 # conda does not have v1 of rasterio yet
  2. Ibrahim Muhammad revised this gist Jul 19, 2018. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions setup.sh
    Original 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
  3. Ibrahim Muhammad revised this gist Jul 10, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.sh
    Original 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
    conda install -y opencv matplotlib scikit-image
  4. Ibrahim Muhammad revised this gist Jul 9, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    conda install -c conda-forge jupyterlab
    conda install pytorch torchvision cuda91 -c pytorch
    conda install opencv matplotlib
    conda install -y -c conda-forge jupyterlab
    conda install -y pytorch torchvision cuda91 -c pytorch
    conda install -y opencv matplotlib
  5. Ibrahim Muhammad created this gist Jul 9, 2018.
    3 changes: 3 additions & 0 deletions setup.sh
    Original 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