cuburn/Dockerfile

11 lines
568 B
Docker
Raw Normal View History

FROM twobombs/deploy-nvidia-docker
2017-08-28 04:26:33 -04:00
2017-12-05 08:24:53 -05:00
RUN apt-get update&&apt-get install -y git software-properties-common python-software-properties python-setuptools python3-setuptools python-migrate && apt-get clean all
2017-09-04 14:31:34 -04:00
2017-08-28 04:26:33 -04:00
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
2017-12-05 08:27:30 -05:00
RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
2017-08-28 04:26:33 -04:00
2017-12-15 07:58:41 -05:00
RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get upgrade && apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all
2017-08-28 04:26:33 -04:00
RUN pip install numpy scipy