Skip to content

Commit 5342b6c

Browse files
committed
Fixed issue #101 install blas, required for scipy
1 parent 953624b commit 5342b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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
56
RUN apt-get install -y python-numpy python-scipy python-scikits-learn python-pip
67
RUN pip install pytest jupyter
78

0 commit comments

Comments
 (0)