Skip to content

Commit

Permalink
Try openblas fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-khodak authored Jan 25, 2019
1 parent e28155d commit 7cd2db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ USER root

# install all the new non-base packages here
#
RUN sudo add-apt-repository universe && \
sudo add-apt-repository main && \
sudo apt update && apt-get install -y libatlas-base-dev liblapack-dev libblas-dev
RUN apt update && apt-get install -y libblas-dev
RUN pip install simplegeneric
RUN update-alternatives --install /etc/alternatives/libblas.so.3-x86_64-linux-gnu libblas /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 5
COPY poststart.sh /

USER $NB_UID

0 comments on commit 7cd2db9

Please sign in to comment.