plot
This commit is contained in:
parent
abaeeed224
commit
9f9e3c3ca1
@ -5,9 +5,9 @@ RUN apt install -y git
|
||||
RUN apt install -y gcc
|
||||
RUN gcc --version
|
||||
RUN apt install -y build-essential
|
||||
RUN pip install pandas
|
||||
RUN pip install numpy
|
||||
RUN pip install matplotlib
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install numpy
|
||||
RUN pip3 install matplotlib
|
||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||
WORKDIR SCTK
|
||||
RUN make config && make all && make check && make install && make doc
|
||||
|
Loading…
Reference in New Issue
Block a user