Created
September 18, 2017 17:51
-
-
Save ZJONSSON/c78b30029e61a2fa29841bfd5a53bc3d to your computer and use it in GitHub Desktop.
scipy-notebook with rasterio
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
FROM jupyter/scipy-notebook | |
USER root | |
RUN apt-get update | |
RUN apt-get -y install software-properties-common | |
RUN apt-get -y install apt-utils | |
RUN conda install gdal -y | |
USER jovyan | |
RUN pip install rasterio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment