metrics calculation
This commit is contained in:
parent
9cfa89487c
commit
ea775e8b8f
@ -4,8 +4,10 @@ RUN apt update -y && apt install -y make
|
|||||||
RUN apt install -y git
|
RUN apt install -y git
|
||||||
RUN apt install -y gcc
|
RUN apt install -y gcc
|
||||||
RUN apt install -y python3
|
RUN apt install -y python3
|
||||||
RUN pip3 install python-jenkins
|
RUN apt install -y python-pandas
|
||||||
RUN gcc --version
|
RUN gcc --version
|
||||||
|
COPY ./requirements.txt ./requirements.txt
|
||||||
|
RUN pip3 install -r requirements.txt
|
||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||||
WORKDIR SCTK
|
WORKDIR SCTK
|
||||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
pandas
|
Loading…
Reference in New Issue
Block a user