From daf5bbfe17599f02c94fbe7c2e23e29d3320839c Mon Sep 17 00:00:00 2001 From: s460941 Date: Fri, 24 Apr 2020 08:37:54 +0200 Subject: [PATCH] plot --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f2faa33..53bed62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,9 @@ RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential RUN apt update -y && apt install -y \ - pandas \ - numpy + python-pip +RUN pip install pandas +RUN pip install numpy RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc