This commit is contained in:
Aryan Blaauw 2019-07-09 13:18:50 +00:00 committed by GitHub
commit 8db5fa7e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 0 deletions

11
Dockerfile Normal file
View 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
View 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

View File

@ -1,3 +1,5 @@
Forked for usage in NVidia-docker - added Dockerfile
# Cuburn
This project is a fractal flame renderer, similar to [flam3](http://flam3.com),