Commit 6939ea1b authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #296 from parente/fix-mkl-openblas-mixing

Don't mix mkl and open_blas packages
parents 23dbbebd 44b76371
......@@ -18,9 +18,10 @@ USER $NB_USER
# Remove pyqt and qt pulled in for matplotlib since we're only ever going to
# use notebook-friendly backends in these images
RUN conda install --quiet --yes \
'nomkl' \
'ipywidgets=5.2*' \
'pandas=0.19*' \
'numexpr=2.5*' \
'numexpr=2.6*' \
'matplotlib=1.5*' \
'scipy=0.17*' \
'seaborn=0.7*' \
......@@ -47,10 +48,11 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix
# Remove pyqt and qt pulled in for matplotlib since we're only ever going to
# use notebook-friendly backends in these images
RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'nomkl' \
'ipython=4.2*' \
'ipywidgets=5.2*' \
'pandas=0.19*' \
'numexpr=2.5*' \
'numexpr=2.6*' \
'matplotlib=1.5*' \
'scipy=0.17*' \
'seaborn=0.7*' \
......
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