edit Dockerfile for task 4
This commit is contained in:
parent
f555af72fd
commit
1d600af417
@ -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 install -y python-pip
|
||||||
|
RUN pip install matplotlib
|
||||||
|
RUN apt install -y python-tk
|
||||||
|
Loading…
Reference in New Issue
Block a user