This commit is contained in:
s460941 2020-04-24 08:26:34 +02:00
parent d47a5e3523
commit d72bb3a5cb

View File

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