This commit is contained in:
s460941 2020-04-24 08:35:46 +02:00
parent 9f9e3c3ca1
commit 40832099d6

View File

@ -5,9 +5,9 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN pip3 install pandas
RUN pip3 install numpy
RUN pip3 install matplotlib
RUN apt update -y && apt install -y \
pandas \
numpy
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc