Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-12-05 10:05:49 +01:00 committed by GitHub
parent 9b2a21342d
commit 6b00a46ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
RUN apt-get update&&apt-get install -y git software-properties-common python-software-properties
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
RUN git clone --recursive https://github.com/twobombs/cuburn.git