This commit is contained in:
s460941 2020-04-24 08:31:08 +02:00
parent d72bb3a5cb
commit abaeeed224

View File

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