From e5e1cf426fb80855df486049c6699e7c1a734bf5 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Fri, 25 Aug 2017 09:50:38 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76090c7..f8ebdef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +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 git clone --recursive https://github.com/twobombs/cuburn.git RUN add-apt-repository universe RUN apt-get update