From a8eacd52b9a8fce81a82358ece6dbd62e7eace61 Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Mon, 15 Jun 2020 09:56:46 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cd839c..cef944c 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 \ -- GitLab