From e230dee5b0f8d42f6b1029c9a9aae48ba7d8f6f2 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Fri, 25 Aug 2017 10:22:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8ebdef..578bc2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN git clone --recursive https://github.com/twobombs/cuburn.git RUN add-apt-repository universe RUN apt-get update -RUN apt-get install libboost-all-dev python-pycuda python-pip +RUN apt-get install -y libboost-all-dev python-pycuda python-pip RUN pip install numpy scipy