OpenGeoscience / geonotebook

A Jupyter notebook extension for geospatial visualization and analysis
Apache License 2.0
1.08k stars 141 forks source link

Docker creation fails #132

Closed kilroy68 closed 6 years ago

kilroy68 commented 6 years ago

I can no longer run the docker creation successfully. I am attaching a screen shot of the error I am getting.

screen shot 2017-07-21 at 11 34 19 am
kilroy68 commented 6 years ago

So, I have determined a fix. I edited the Dockerfile by adding pyOpenSSL to the pip command.

RUN pip2.7 install -U jupyter notebook \
                   mapnik \
                   pyproj \
                   ipywidgets \
                   scikit-image \
                   pyOpenSSL
kotfic commented 6 years ago

@kilroy68 awesome, i was actually going to look into this right now. I will test locally and get a PR in today

kotfic commented 6 years ago

@kilroy68 This should be closed by #133. Thanks for the fix!