diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-12 16:50:52 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-12 16:50:52 +0000 |
| commit | ed028cc5a2966cc52064ccdc1bf01f15da917ad9 (patch) | |
| tree | 19130ad6a398cc23782b7135829f22dc93619bd9 /Dockerfile | |
| parent | initial commit (diff) | |
| download | TCPDBench-ed028cc5a2966cc52064ccdc1bf01f15da917ad9.tar.gz TCPDBench-ed028cc5a2966cc52064ccdc1bf01f15da917ad9.zip | |
Add some missing dependencies in dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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/ |
