mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
15 lines
377 B
Docker
15 lines
377 B
Docker
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
|