File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN apt-get update && apt-get -y install cmake imagemagick && \
78
78
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/ .. && \
79
79
make -j $(nproc) && make install && \
80
80
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/
82
82
83
83
RUN apt-get -y install libgeos-dev && \
84
84
cd /usr/local/src && git clone https://github.com/matplotlib/basemap.git && \
You can’t perform that action at this time.
0 commit comments