Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-12-05 14:27:30 +01:00 committed by GitHub
parent a5de46ae44
commit ff350b4111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64:${LD_LIBRARY_P
RUN apt-get update&&apt-get install -y git software-properties-common python-software-properties python-setuptools python3-setuptools python-migrate && apt-get clean all
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
RUN git clone --recursive https://github.com/twobombs/cuburn.git
RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
# RUN cd /pycuda&&./configure.py&&./make&&./make install