Create Dockerfile

This commit is contained in:
Aryan Blaauw 2017-08-24 20:05:58 +02:00 committed by GitHub
parent 93d1432f02
commit e961ebe109

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM twobombs/deploy-nvidia-docker
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
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