This commit is contained in:
s460941 2020-04-24 08:21:57 +02:00
parent 2818c2b2c1
commit 3ea80908a3

View File

@ -7,7 +7,7 @@ RUN gcc --version
RUN apt install -y build-essential
RUN apt update -y && apt install -y \
python \
pip \
python-pip \
matplotlib
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK