metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 13:29:23 +02:00
parent ea775e8b8f
commit 53003d1c02

View File

@ -6,7 +6,6 @@ RUN apt install -y gcc
RUN apt install -y python3
RUN apt install -y python-pandas
RUN gcc --version
COPY ./requirements.txt ./requirements.txt
RUN pip3 install -r requirements.txt
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git