Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 1.65 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.65 KB

💨 💨 The Binder Project is moving to a new repo. 💨 💨

📚 Same functionality. Better performance for you. 📚

Over the past few months, we've been improving Binder's architecture and infrastructure. We're retiring this repo as it will no longer be actively developed. Future development will occur under the JupyterHub organization.

Thanks for updating your bookmarked links.

💨 💨 The Binder Project is moving to a new repo. 💨 💨


Another example Binder with a Dockerfile

Binder

A Binder-compatibible repository that contains its own Dockerfile.

Also see the other Dockerfile example.

In this example, our Dockerfile does two things: it installs the library graph-viz, and also installs the Python client for this library using a requirements.txt file. Making this kind of Binder currently requires a custom Dockerfile, but this example hopefully makes clear how to achieve the result.

Thanks for Matthew Rocklin for asking about this use case and inspiring this example.