commit 98a5cab375f42a52a3f39a2cb5b4d5c44c78d91d
parent d4289a765fa741aeeb033571ea194eaa85cedf81
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Mon, 3 Oct 2016 16:12:02 +0200
Update Dockerfile
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -49,8 +49,6 @@ RUN cd ~ && \
make -j4 && \
make install && \
ldconfig
-
-RUN cp ~/opencv/build/lib/cv2.so /usr/local/lib/python2.7/dist-packages/
RUN cd ~ && rm -R opencv_contrib && rm -R opencv
COPY requirements.txt /usr/src/app/