From 1797f1ce3f16ba180a722dea3dd5362b417343f9 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Mon, 28 Aug 2017 10:21:12 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1afb2f7..454c288 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM twobombs/deploy-nvidia-docker 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