diff --git a/Dockerfile b/Dockerfile index 1cd839cadbaae1194404c8791d0f7c30b727934c..cef944c7cc1ca49dd03a12499585a9ffda8fe6f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ sudo\ openmpi-bin \ xvfb \ - statsmodels \ screen \ wget && \ rm -rf /var/lib/apt/lists/* @@ -60,6 +59,7 @@ RUN conda install -y python=${python_version} && \ conda install \ bcolz \ h5py \ + statsmodels \ matplotlib \ mkl \ nose \