Skip to content

Instantly share code, notes, and snippets.

@ZJONSSON
Created September 18, 2017 17:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZJONSSON/c78b30029e61a2fa29841bfd5a53bc3d to your computer and use it in GitHub Desktop.
Save ZJONSSON/c78b30029e61a2fa29841bfd5a53bc3d to your computer and use it in GitHub Desktop.
scipy-notebook with rasterio
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