We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5342b6c commit cf5a176Copy full SHA for cf5a176
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:15.04
2
3
RUN apt-get update
4
RUN apt-get install -y libxml2 libxslt-dev
5
-RUN apt-get install -y libopenblas-dev gfortran
+RUN apt-get install -y libblas-dev liblapack-dev gfortran
6
RUN apt-get install -y python-numpy python-scipy python-scikits-learn python-pip
7
RUN pip install pytest jupyter
8
0 commit comments