Update Dockerfile

This commit is contained in:
Aryan Blaauw 2017-08-25 09:50:38 +02:00 committed by GitHub
parent 8e18d4dd99
commit e5e1cf426f

View File

@ -1,7 +1,7 @@
FROM twobombs/deploy-nvidia-docker FROM twobombs/deploy-nvidia-docker
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
RUN got clone --recursive https://github.com/twobombs/cuburn.git RUN git clone --recursive https://github.com/twobombs/cuburn.git
RUN add-apt-repository universe RUN add-apt-repository universe
RUN apt-get update RUN apt-get update