plot
This commit is contained in:
parent
9f9e3c3ca1
commit
40832099d6
@ -5,9 +5,9 @@ RUN apt install -y git
|
|||||||
RUN apt install -y gcc
|
RUN apt install -y gcc
|
||||||
RUN gcc --version
|
RUN gcc --version
|
||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN pip3 install pandas
|
RUN apt update -y && apt install -y \
|
||||||
RUN pip3 install numpy
|
pandas \
|
||||||
RUN pip3 install matplotlib
|
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