Skip to content

Commit

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

# install all the new non-base packages here
#
RUN sudo apt-get install -y libatlas3-base
RUN sudo update-alternatives --set libblas.so.3 /usr/lib/openblas-base/libblas.so.3
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
COPY poststart.sh /

USER $NB_UID

0 comments on commit e28155d

Please sign in to comment.