This commit is contained in:
s460941 2020-04-24 08:43:12 +02:00
parent daf5bbfe17
commit 7cae7fbf0e

View File

@ -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