Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-12-05 09:44:58 +01:00 committed by GitHub
parent 61f106083f
commit 9b2a21342d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ RUN apt-get update&&apt-get install -y git
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
RUN git clone --recursive https://github.com/twobombs/cuburn.git
RUN cd /pycuda&&configure&&make&&make install
# RUN cd /pycuda&&configure&&make&&make install
RUN add-apt-repository universe
RUN apt-get update