From 418e747dfbdca5d796cb1f03835908970ea5b025 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Tue, 5 Dec 2017 11:03:41 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e20a18b..c2f4f55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,6 @@ RUN git clone --recursive https://github.com/twobombs/cuburn.git # RUN cd /pycuda&&configure&&make&&make install -RUN add-apt-repository universe -RUN apt-get update -RUN 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 install -y libboost-all-dev python-pycuda python-pip && apt-get clean all RUN pip install numpy scipy -