From 8e18d4dd995178f4f762fa0f95b83553cce24ab6 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Thu, 24 Aug 2017 20:09:46 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3a7dc0f..76090c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM twobombs/deploy-nvidia-docker RUN git clone --recursive http://git.tiker.net/trees/pycuda.git +RUN got clone --recursive https://github.com/twobombs/cuburn.git RUN add-apt-repository universe RUN apt-get update