update dockerfile
This commit is contained in:
parent
164eb0059e
commit
d4f1fcfe19
@ -8,9 +8,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-get update && apt-get install -y python3
|
RUN sudo apt-get update
|
||||||
RUN apt-get update && apt-get install -y python3-pip
|
RUN sudo apt-get install python
|
||||||
RUN pip3 install matplotlib
|
RUN sudo apt-get update && apt-get install -y python-pip
|
||||||
|
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