mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-08-01 13:05:25 -04:00
Create Dockerfile
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
Reference in New Issue
Block a user