pip install pandas, numpy
This commit is contained in:
parent
0496bbfde9
commit
cde13301ca
@ -14,6 +14,8 @@ RUN apt-get update \
|
|||||||
&& ln -s /usr/bin/python3 python \
|
&& ln -s /usr/bin/python3 python \
|
||||||
&& pip3 install --upgrade pip
|
&& pip3 install --upgrade pip
|
||||||
|
|
||||||
|
RUN pip3 install pandas && pip3 install numpy
|
||||||
|
|
||||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||||
WORKDIR SCTK
|
WORKDIR SCTK
|
||||||
RUN make config && make all && make check && make install && make doc
|
RUN make config && make all && make check && make install && make doc
|
||||||
|
Loading…
Reference in New Issue
Block a user