mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-03-13 06:51:28 -04:00
Merge 31d00c8503
into 93d1432f02
This commit is contained in:
commit
8db5fa7e6a
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM twobombs/deploy-nvidia-docker
|
||||||
|
|
||||||
|
# add build tools
|
||||||
|
RUN apt-get update&&apt-get install -y git software-properties-common python-setuptools python3-setuptools python-migrate && apt-get clean all
|
||||||
|
RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y ant libboost-all-dev python-pycuda python-pip && apt-get clean all
|
||||||
|
|
||||||
|
# add dependancies & viewers
|
||||||
|
RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
|
||||||
|
RUN git clone --recursive https://github.com/mebigfatguy/apophysis-j.git
|
||||||
|
RUN cd /apophysis-j && ant
|
||||||
|
RUN add-apt-repository ppa:paulo-miguel-dias/mesa -y && pip install numpy scipy && apt-get clean all
|
14
Dockerfile.heavy
Normal file
14
Dockerfile.heavy
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user