Skip to content

Commit 98bb971

Browse files
committed
Update OpenCV .so name
1 parent 7acb9dc commit 98bb971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN apt-get update && apt-get -y install cmake imagemagick && \
7878
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.5m.so -D PYTHON3_INCLUDE_DIR=/opt/conda/include/python3.5m/ .. && \
7979
make -j $(nproc) && make install && \
8080
echo "/usr/local/lib" > /etc/ld.so.conf.d/opencv.conf && ldconfig && \
81-
cp /usr/local/lib/python3.5/site-packages/cv2.cpython-35m.so /opt/conda/lib/python3.5/site-packages/
81+
cp /usr/local/lib/python3.5/site-packages/cv2.cpython-35m-x86_64-linux-gnu.so /opt/conda/lib/python3.5/site-packages/
8282

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

0 commit comments

Comments
 (0)