From 9b2a21342d902af034f828e977e204b2607696da Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Tue, 5 Dec 2017 09:44:58 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b96cc84..77f724d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update&&apt-get install -y git 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&&make&&make install +# RUN cd /pycuda&&configure&&make&&make install RUN add-apt-repository universe RUN apt-get update