mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 19:50:04 -05:00
branched & cleanup
This commit is contained in:
parent
c19f9fa481
commit
5a8522686b
13
Dockerfile
13
Dockerfile
@ -1,10 +1,11 @@
|
||||
FROM twobombs/deploy-nvidia-docker
|
||||
|
||||
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
|
||||
|
||||
RUN git clone --recursive http://git.tiker.net/trees/pycuda.git
|
||||
RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git
|
||||
|
||||
# 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 upgrade && apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clean all
|
||||
|
||||
RUN pip install numpy scipy
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user