metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-04-26 13:28:08 +02:00
parent 9cfa89487c
commit ea775e8b8f
2 changed files with 4 additions and 1 deletions

View File

@ -4,8 +4,10 @@ RUN apt update -y && apt install -y make
RUN apt install -y git
RUN apt install -y gcc
RUN apt install -y python3
RUN pip3 install python-jenkins
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
WORKDIR SCTK

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
pandas