Merge pull request #1149 from dsifford/patch-1

[Dockerfile change]: Add 2 dependencies to python build layer
pull/1153/head
Kyle Kelley 10 years ago
commit 44124408b4

@ -1,6 +1,9 @@
# Installs Jupyter Notebook and IPython kernel from the current branch
# Another Docker container should inherit with `FROM jupyter/notebook`
# to run actual services.
#
# For opinionated stacks of ready-to-run Jupyter applications in Docker,
# check out docker-stacks <https://github.com/jupyter/docker-stacks>
FROM jupyter/ubuntu_14_04_locale_fix

Loading…
Cancel
Save