Commit e7d171ca authored by Kyle Kelley's avatar Kyle Kelley

Merge pull request #8 from parente/fix-ipy-version

Allow notebook patch release to vary
parents c487da21 f0fb87a6
# Copyright (c) Jupyter Development Team.
FROM debian:jessie FROM debian:jessie
MAINTAINER Jupyter Project <jupyter@googlegroups.com> MAINTAINER Jupyter Project <jupyter@googlegroups.com>
...@@ -52,7 +53,7 @@ WORKDIR $WORK ...@@ -52,7 +53,7 @@ WORKDIR $WORK
# Install Jupyter notebook # Install Jupyter notebook
RUN conda install --yes \ RUN conda install --yes \
ipython-notebook==3.2 \ 'ipython-notebook=3.2*' \
terminado \ terminado \
&& conda clean -yt && conda clean -yt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment