From 4037218e3b42f62ca1c8a2f3a50650550f5444e2 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Tue, 5 Dec 2017 13:08:04 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23c3268..1178819 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL com.nvidia.volumes.needed="nvidia_driver" ENV PATH /usr/local/nvidia/bin:${PATH} ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64:${LD_LIBRARY_PATH} -RUN apt-get update&&apt-get install -y git software-properties-common python-software-properties +RUN apt-get update&&apt-get install -y git software-properties-common python-software-properties python-setuptools python3-setuptools RUN git clone --recursive http://git.tiker.net/trees/pycuda.git RUN git clone --recursive https://github.com/twobombs/cuburn.git