From ac006f57c1d85964c2c2d48414c9ab1f59d41285 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Mon, 18 Feb 2019 16:45:36 +0100 Subject: [PATCH] +ant --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a272559..3552bfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM twobombs/deploy-nvidia-docker # add build tools RUN apt-get update&&apt-get install -y git software-properties-common python-setuptools python3-setuptools python-migrate && apt-get clean all -RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get upgrade && apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all +RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get upgrade && apt-get install -y ant libboost-all-dev python-pycuda python-pip && apt-get clean all # add dependancies & viewers RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git