dockerized the project, so that a VM is not needed
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM i386/ubuntu:14.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python python-numpy python-opencv && \
|
||||
apt-get clean -y
|
||||
ADD pynaoqi-python2.7-2.1.4.13-linux32.tar.gz /opt
|
||||
ENV PYTHONPATH="${PYTHONPATH}:/opt/pynaoqi-python2.7-2.1.4.13-linux32"
|
||||
Reference in New Issue
Block a user