Skip to content

Commit c90bbf9

Browse files
authored
Merge pull request #102 from seanlaw/fix_issue_#101_scipy_missing_blas
Fixed issue #101 install blas, required for scipy
2 parents d8ed737 + cf5a176 commit c90bbf9

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 libblas-dev liblapack-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)