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 gcc --version
|
||||
RUN apt install -y build-essential
|
||||
RUN apt install python3-pip
|
||||
RUN pip install matplotlib
|
||||
RUN apt update -y && apt install -y \
|
||||
python \
|
||||
pip \
|
||||
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