From ed028cc5a2966cc52064ccdc1bf01f15da917ad9 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 12 Mar 2020 16:50:52 +0000 Subject: Add some missing dependencies in dockerfile --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 61f5f840..f84ebaac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,9 @@ RUN apt-get update && \ git \ build-essential \ r-base \ - latexmk + latexmk \ + libopenmpi-dev \ + liblzma-dev # Make sure python means python3 RUN apt-get install -y --no-install-recommends \ @@ -27,7 +29,7 @@ RUN git clone https://github.com/alan-turing-institute/TCPD RUN cd TCPD && make export # Clone the repo -RUN git clone https://github.com/alan-turing-institute/TCPDBench +RUN git clone --recurse-submodules https://github.com/alan-turing-institute/TCPDBench # Copy the datasets into the benchmark dir RUN mkdir -p TCPDBench/datasets && cp TCPD/export/*.json TCPDBench/dataset/ -- cgit v1.2.3