Update Dockerfile

这个提交包含在:
Aryan Blaauw
2017-12-05 09:44:58 +01:00
提交者 GitHub
父节点 61f106083f
当前提交 9b2a21342d

查看文件

@ -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 http://git.tiker.net/trees/pycuda.git
RUN git clone --recursive https://github.com/twobombs/cuburn.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 add-apt-repository universe
RUN apt-get update RUN apt-get update