metrics calculation
This commit is contained in:
parent
ea775e8b8f
commit
53003d1c02
@ -6,7 +6,6 @@ RUN apt install -y gcc
|
|||||||
RUN apt install -y python3
|
RUN apt install -y python3
|
||||||
RUN apt install -y python-pandas
|
RUN apt install -y python-pandas
|
||||||
RUN gcc --version
|
RUN gcc --version
|
||||||
COPY ./requirements.txt ./requirements.txt
|
|
||||||
RUN pip3 install -r 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
|
||||||
|
Loading…
Reference in New Issue
Block a user