From 8a6b41f9be2ab4b1ec0e4b13942f4f243fcf5355 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Sun, 27 Aug 2017 22:00:29 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 578bc2e..1afb2f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ 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 add-apt-repository universe RUN apt-get update RUN apt-get install -y libboost-all-dev python-pycuda python-pip