plot
This commit is contained in:
parent
d72bb3a5cb
commit
abaeeed224
@ -5,9 +5,8 @@ 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 update -y && apt install -y \
|
RUN pip install pandas
|
||||||
python \
|
RUN pip install numpy
|
||||||
python-pip
|
|
||||||
RUN pip install matplotlib
|
RUN pip install matplotlib
|
||||||
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