first commit

This commit is contained in:
unknown 2020-04-03 16:21:03 +02:00
parent b7ddef92c8
commit 98a2f9df7f

View File

@ -5,7 +5,7 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN git clone https://git.wmi.amu.edu.pl/s416242/s416242_mlworkshops.git
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc
ENV PATH=$PATH:/SCTK/bin