mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
scipy-notebook/Dockerfile: Tell conda yes.
This commit is contained in:
@@ -34,7 +34,7 @@ RUN conda install --yes \
|
|||||||
&& conda clean -yt
|
&& conda clean -yt
|
||||||
|
|
||||||
# Install Python 2 packages
|
# Install Python 2 packages
|
||||||
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*' \
|
'ipython=4.1*' \
|
||||||
'ipywidgets=4.1*' \
|
'ipywidgets=4.1*' \
|
||||||
'pandas=0.17*' \
|
'pandas=0.17*' \
|
||||||
|
Reference in New Issue
Block a user