plot
This commit is contained in:
parent
7619d6867e
commit
2818c2b2c1
@ -5,8 +5,10 @@ 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 apt install python3-pip
|
RUN apt update -y && apt install -y \
|
||||||
RUN pip install matplotlib
|
python \
|
||||||
|
pip \
|
||||||
|
matplotlib
|
||||||
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