From 26d469e1565837d416b4671c6b630e4922c21704 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Tue, 5 Dec 2017 13:41:18 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ec61d2..bf140ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update&&apt-get install -y git software-properties-common python-sof RUN git clone --recursive http://git.tiker.net/trees/pycuda.git RUN git clone --recursive https://github.com/twobombs/cuburn.git -RUN cd /pycuda&&./configure.py&&./make&&./make install +# RUN cd /pycuda&&./configure.py&&./make&&./make install 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