From b155ba8588855b9c66088ccfbe1de31771394cf3 Mon Sep 17 00:00:00 2001 From: fabrice Date: Thu, 13 Dec 2018 17:19:35 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61a6a94..58a55e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM jupyter/datascience-notebook USER root -RUN pip install scipy +RUN pip install matplotlib USER jovyan \ No newline at end of file