Skip to content

Commit

Permalink
install script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Sep 1, 2024
1 parent e4ede0c commit 63f9626
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Containers/scripts/install-opencv-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ set -ex
version="4.10.0"
folder="workspace"

python3 -c "import cv2; print('OpenCV version:', str(cv2.__version__)); print(cv2.getBuildInformation())"
echo "** Remove other OpenCV first"
# commented since repeated but will be needed for fresh install
# python3 -c "import cv2; print('OpenCV version:', str(cv2.__version__)); print(cv2.getBuildInformation())"
# echo "** Remove other OpenCV first"
apt -y purge *libopencv*

echo "------------------------------------"
Expand Down

0 comments on commit 63f9626

Please sign in to comment.