From abaeeed224e954c333137fe2b1d1b6367e8fe768 Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 08:31:08 +0200 Subject: [PATCH] plot --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5875053..5ce14c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,8 @@ RUN apt install -y git RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential -RUN apt update -y && apt install -y \ - python \ - 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