Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-08-27 22:00:29 +02:00 committed by GitHub
parent e230dee5b0
commit 8a6b41f9be

View File

@ -3,6 +3,8 @@ FROM twobombs/deploy-nvidia-docker
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 add-apt-repository universe
RUN apt-get update
RUN apt-get install -y libboost-all-dev python-pycuda python-pip