update dockerfile
This commit is contained in:
parent
43ea474ce5
commit
ae70a70cfe
@ -10,7 +10,7 @@ RUN gcc --version
|
|||||||
RUN apt install -y build-essential
|
RUN apt install -y build-essential
|
||||||
RUN apt-get update && apt-get install -y python3
|
RUN apt-get update && apt-get install -y python3
|
||||||
RUN apt-get update && apt-get install -y python3-pip
|
RUN apt-get update && apt-get install -y python3-pip
|
||||||
RUN pip3 install matplotlib
|
RUN pip install matplotlib
|
||||||
RUN apt install -y python-tk
|
RUN apt install -y python-tk
|
||||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
RUN git clone https://github.com/usnistgov/SCTK.git
|
||||||
WORKDIR SCTK
|
WORKDIR SCTK
|
||||||
|
Loading…
Reference in New Issue
Block a user