dockerized the project, so that a VM is not needed

This commit is contained in:
2020-05-24 16:49:55 +02:00
parent c6cce7e2ce
commit 66456f562f
2 changed files with 29 additions and 1 deletions

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