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.
2 parents d8ed737 + cf5a176 commit c90bbf9Copy full SHA for c90bbf9
Dockerfile
@@ -2,6 +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 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