This commit is contained in:
s460941 2020-04-24 08:37:54 +02:00
parent 40832099d6
commit daf5bbfe17

View File

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