mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 21:42:57 +00:00
@@ -63,9 +63,9 @@ USER jovyan
|
|||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
RUN conda install --yes \
|
RUN conda install --yes \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
&& conda clean -yt
|
&& conda clean -yt
|
||||||
@@ -74,9 +74,9 @@ RUN conda install --yes \
|
|||||||
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
||||||
'ipython=4.0*' \
|
'ipython=4.0*' \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
pyzmq \
|
pyzmq \
|
||||||
|
@@ -23,9 +23,9 @@ USER jovyan
|
|||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
RUN conda install --yes \
|
RUN conda install --yes \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
'scikit-image=0.11*' \
|
'scikit-image=0.11*' \
|
||||||
@@ -43,9 +43,9 @@ RUN conda install --yes \
|
|||||||
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
||||||
'ipython=4.0*' \
|
'ipython=4.0*' \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
'scikit-image=0.11*' \
|
'scikit-image=0.11*' \
|
||||||
|
@@ -32,9 +32,9 @@ USER jovyan
|
|||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
RUN conda install --yes \
|
RUN conda install --yes \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
&& conda clean -yt
|
&& conda clean -yt
|
||||||
@@ -43,9 +43,9 @@ RUN conda install --yes \
|
|||||||
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
||||||
'ipython=4.0*' \
|
'ipython=4.0*' \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
pyzmq \
|
pyzmq \
|
||||||
|
@@ -8,9 +8,9 @@ USER jovyan
|
|||||||
# Install Python 3 packages
|
# Install Python 3 packages
|
||||||
RUN conda install --yes \
|
RUN conda install --yes \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
'scikit-image=0.11*' \
|
'scikit-image=0.11*' \
|
||||||
@@ -28,9 +28,9 @@ RUN conda install --yes \
|
|||||||
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
||||||
'ipython=4.0*' \
|
'ipython=4.0*' \
|
||||||
'ipywidgets=4.0*' \
|
'ipywidgets=4.0*' \
|
||||||
'pandas=0.16*' \
|
'pandas=0.17*' \
|
||||||
'matplotlib=1.4*' \
|
'matplotlib=1.4*' \
|
||||||
'scipy=0.15*' \
|
'scipy=0.16*' \
|
||||||
'seaborn=0.6*' \
|
'seaborn=0.6*' \
|
||||||
'scikit-learn=0.16*' \
|
'scikit-learn=0.16*' \
|
||||||
'scikit-image=0.11*' \
|
'scikit-image=0.11*' \
|
||||||
|
Reference in New Issue
Block a user