We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d834574 + 0c3e21f commit fe283cdCopy full SHA for fe283cd
1 file changed
Dockerfile
@@ -0,0 +1,11 @@
1
+FROM ubuntu:18.10
2
+
3
+ENV DEBIAN_FRONTEND noninteractive
4
5
+RUN apt-get update && apt-get install -y git cmake libboost-all-dev
6
+RUN apt-get update && apt-get install -y python-setuptools python-psutil python-numpy python-concurrent.futures python-opencv
7
+RUN cd /opt && git clone https://github.com/peter-ch/MultiNEAT.git
8
+RUN cd /opt/MultiNEAT && export MN_BUILD=boost && cmake . && python setup.py build_ext && python setup.py install
9
10
11
0 commit comments