Commit f0fb87a6 authored by Peter Parente's avatar Peter Parente

Allow notebook patch release to vary

* Noticed that r-notebook was installing ipython 3.2.1 while the base image already had 3.2.0

Contribution (c) Copyright IBM Corp. 2015
parent c487da21
# Copyright (c) Jupyter Development Team.
FROM debian:jessie
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
......@@ -52,7 +53,7 @@ WORKDIR $WORK
# Install Jupyter notebook
RUN conda install --yes \
ipython-notebook==3.2 \
'ipython-notebook=3.2*' \
terminado \
&& 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