plot
This commit is contained in:
parent
40832099d6
commit
daf5bbfe17
@ -6,8 +6,9 @@ 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 apt update -y && apt install -y \
|
||||||
pandas \
|
python-pip
|
||||||
numpy
|
RUN pip install pandas
|
||||||
|
RUN pip install numpy
|
||||||
RUN git clone https://github.com/usnistgov/SCTK.git
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user