Commit 9f03c3e8 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #649 from jakirkham/pin_blas_to_cf

Use `MatchSpec` to force `blas` from `conda-forge`
parents e1fee210 06792d93
...@@ -18,7 +18,7 @@ USER $NB_UID ...@@ -18,7 +18,7 @@ USER $NB_UID
# Remove pyqt and qt pulled in for matplotlib since we're only ever going to # Remove pyqt and qt pulled in for matplotlib since we're only ever going to
# use notebook-friendly backends in these images # use notebook-friendly backends in these images
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'blas=1.1*=openblas' \ 'conda-forge::blas=*=openblas' \
'ipywidgets=7.2*' \ 'ipywidgets=7.2*' \
'pandas=0.22*' \ 'pandas=0.22*' \
'numexpr=2.6*' \ '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