From 30cddfc873e064179beb7b1cc13e1737c5b94a2a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 18 Mar 2020 13:13:56 +0000 Subject: Update dockerfile and readme The dockerfile now has everything necessary to fully reproduce the experiments. --- Dockerfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3c417153..cb4af446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,15 +7,22 @@ RUN apt-get update && \ git \ build-essential \ r-base \ + r-base-dev \ latexmk \ texlive-latex-extra \ libopenmpi-dev \ - liblzma-dev + liblzma-dev \ + libgit2-dev \ + libxml2-dev \ + libcurl4-openssl-dev \ + libssl-dev \ + libopenblas-dev # Make sure python means python3 RUN apt-get install -y --no-install-recommends \ python3 \ python3-dev \ + python3-tk \ python3-pip && \ pip3 install --no-cache-dir --upgrade pip setuptools && \ echo "alias python='python3'" >> /root/.bash_aliases && \ -- cgit v1.2.3