From b7780b68af0943cb58da73d5a35aef66d2c7b758 Mon Sep 17 00:00:00 2001 From: Diana-Krol Date: Fri, 3 Apr 2020 16:15:43 +0200 Subject: [PATCH] pierwszy --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 9b6b59c..b5f2826 100644 --- a/dockerfile +++ b/dockerfile @@ -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://github.com/usnistgov/SCTK.git +RUN git clone https://git.wmi.amu.edu.pl/s416251/s416251-mlworkshops.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc ENV PATH=$PATH:/SCTK/bin \ No newline at end of file