Commit a3edb425 authored by John Kirkham's avatar John Kirkham

Use conda-forge's blas package w/openblas

As conda-forge does not use the `nomkl` package, but instead uses the
`blas` package to select BLAS versions, install the `blas` package and
select the `openblas` implementation.
parent c88678a1
......@@ -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