Skip to content

Commit

Permalink
update alpine dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gigante committed Jul 27, 2024
1 parent f005dcd commit d586f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ RUN set -ex \
-D PYTHON3_LIBRARY=/usr/local/lib/libpython3.so \
-D PYTHON_LIBRARY=/usr/local/lib/libpython3.so \
-D PYTHON3_PACKAGES_PATH=/usr/local/lib/python3.12/site-packages/ \
-D PYTHON3_NUMPY_INCLUDE_DIRS=/usr/local/lib/python3.12/site-packages/numpy/core/include/ \
/opt/opencv-${OPENCV_VERSION} \
&& make -j$(nproc) \
&& make install \
Expand Down

0 comments on commit d586f6b

Please sign in to comment.