From 7cae7fbf0e956534efac360db86b131ae48de9cc Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 08:43:12 +0200 Subject: [PATCH] plot --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 53bed62..c3ced45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt update -y && apt install -y \ python-pip RUN pip install pandas RUN pip install numpy +RUN pip install matplotlib RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc