plot
This commit is contained in:
parent
cfcf6b6e57
commit
e9f1c21c07
@ -5,6 +5,7 @@ RUN apt install -y git
|
||||
RUN apt install -y gcc
|
||||
RUN gcc --version
|
||||
RUN apt install -y build-essential
|
||||
RUN pip 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