cuburn/Dockerfile

13 lines
327 B
Docker
Raw Normal View History

2017-08-24 14:05:58 -04:00
FROM twobombs/deploy-nvidia-docker
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
2017-08-24 14:09:46 -04:00
RUN got clone --recursive https://github.com/twobombs/cuburn.git
2017-08-24 14:05:58 -04:00
RUN add-apt-repository universe
RUN apt-get update
RUN apt-get install libboost-all-dev python-pycuda python-pip
RUN pip install numpy scipy
EXPOSE 5900 6080