diff --git a/Algorithms/LEAP/Dockerfile b/Algorithms/LEAP/Dockerfile index c74147d7..84a4a176 100644 --- a/Algorithms/LEAP/Dockerfile +++ b/Algorithms/LEAP/Dockerfile @@ -6,10 +6,10 @@ USER root WORKDIR / -RUN R -e "install.packages('https://cran.r-project.org/src/contrib/LEAP_0.2.tar.gz', type = 'source')" +RUN R -e "install.packages('https://cran.r-project.org/src/contrib/Archive/LEAP/LEAP_0.2.tar.gz', type = 'source')" COPY runLeap.R / RUN mkdir data/ -RUN apt-get update && apt-get install -y time \ No newline at end of file +RUN apt-get update && apt-get install -y time