Rename Dockerfile to Dockerfile.heavy

This commit is contained in:
Aryan Blaauw
2017-08-28 10:26:59 +02:00
committed by GitHub
parent c39a2b5c23
commit 72cf04fc2a

View File

@ -1,14 +0,0 @@
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
RUN pip install numpy scipy
EXPOSE 5900 6080