Skip to content

Commit cf5a176

Browse files
committed
Updated libopenblas to libblas+liblapack
1 parent 5342b6c commit cf5a176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:15.04
22

33
RUN apt-get update
44
RUN apt-get install -y libxml2 libxslt-dev
5-
RUN apt-get install -y libopenblas-dev gfortran
5+
RUN apt-get install -y libblas-dev liblapack-dev gfortran
66
RUN apt-get install -y python-numpy python-scipy python-scikits-learn python-pip
77
RUN pip install pytest jupyter
88

0 commit comments

Comments
 (0)