Skip to content

Commit

Permalink
Fix OpenCV so name
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Dec 15, 2015
1 parent 14ad661 commit 0585b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN apt-get update && apt-get -y install cmake imagemagick && \
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_FFMPEG=OFF -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D WITH_QT=OFF -D WITH_OPENGL=ON -D PYTHON3_LIBRARY=/opt/conda/lib/libpython3.4m.so -D PYTHON3_INCLUDE_DIR=/opt/conda/include/python3.4m/ .. && \
make -j $(nproc) && make install && \
echo "/usr/local/lib" > /etc/ld.so.conf.d/opencv.conf && ldconfig && \
cp /usr/local/lib/python3.4/site-packages/cv2.cpython-34m-x86_64-linux-gnu.so /opt/conda/lib/python3.4/site-packages/
cp /usr/local/lib/python3.4/site-packages/cv2.cpython-34m.so /opt/conda/lib/python3.4/site-packages/

RUN apt-get -y install libgeos-dev && \
cd /usr/local/src && git clone https://github.com/matplotlib/basemap.git && \
Expand Down

0 comments on commit 0585b31

Please sign in to comment.