pyspark-notebook/Dockerfile: Tell conda yes.

This commit is contained in:
John Kirkham
2016-03-04 17:20:24 -05:00
parent b3d786dfb4
commit 2a51eb9139

View File

@@ -48,7 +48,7 @@ RUN conda install --yes \
&& conda clean -yt
# Install Python 2 packages and kernel spec
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'ipython=4.1*' \
'ipywidgets=4.1*' \
'pandas=0.17*' \