pip install pandas, numpy

This commit is contained in:
s407323 2019-04-26 13:56:31 +02:00
parent 0496bbfde9
commit cde13301ca

View File

@ -14,6 +14,8 @@ RUN apt-get update \
&& ln -s /usr/bin/python3 python \
&& pip3 install --upgrade pip
RUN pip3 install pandas && pip3 install numpy
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc