first commit
This commit is contained in:
parent
b7ddef92c8
commit
98a2f9df7f
@ -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
|
Loading…
Reference in New Issue
Block a user