This commit is contained in:
s460941 2020-04-24 08:16:34 +02:00
parent e9f1c21c07
commit 7619d6867e

View File

@ -5,6 +5,7 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install python3-pip
RUN pip install matplotlib
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK