Commit 2cafcb84 authored by Min RK's avatar Min RK Committed by GitHub

Merge pull request #602 from jakirkham/use_blas_pkg

Use conda-forge's blas package w/openblas
parents c88678a1 a3edb425
......@@ -18,7 +18,7 @@ USER $NB_UID
# 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' \
'blas=*=openblas' \
'ipywidgets=7.1*' \
'pandas=0.19*' \
'numexpr=2.6*' \
......
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