metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 12:32:38 +02:00
parent 5c7188e4bd
commit 23b8058264

View File

@ -3,6 +3,7 @@ FROM ubuntu:latest
RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y python3
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://github.com/usnistgov/SCTK.git