wer
This commit is contained in:
parent
7fe29c944f
commit
7899a5f0b0
@ -9,3 +9,6 @@ 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
|
||||||
ENV PATH=$PATH:/SCTK/bin
|
ENV PATH=$PATH:/SCTK/bin
|
||||||
|
RUN apt-get update && apt-get install -y python3
|
||||||
|
RUN apt-get update && apt-get install -y python3-pip
|
||||||
|
RUN pip3 install matplotlib
|
Loading…
Reference in New Issue
Block a user