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 953624b commit 5342b6cCopy full SHA for 5342b6c
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 libopenblas-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