Skip to content

Commit

Permalink
altered script permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Sep 1, 2024
1 parent 63f9626 commit 95645bb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
Empty file modified Containers/scripts/install-build-essential.sh
100644 → 100755
Empty file.
Empty file modified Containers/scripts/install-cmake.sh
100644 → 100755
Empty file.
10 changes: 1 addition & 9 deletions Containers/scripts/install-opencv-cuda.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,4 @@ echo 'export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH' >> ~/.bashrc
echo 'export PYTHONPATH=/usr/local/lib/python3.10/site-packages/:$PYTHONPATH' >> ~/.bashrc
source ~/.bashrc

python3 /scripts/opencv-cuda-test.py

# old: (python wheel might not be installed by default???)
# pip3 wheel --wheel-dir=/opt --verbose .
# ls /opt
# cd /
# rm -rf /opt/opencv-python
# pip3 install --no-cache-dir --verbose /opt/opencv*.whl
# python3 -c "import cv2; print('OpenCV version:', str(cv2.__version__)); print(cv2.getBuildInformation())"
python3 opencv-cuda-test.py
Empty file modified Containers/scripts/install-ros2-packages.sh
100644 → 100755
Empty file.
Empty file modified Containers/scripts/install-ros2.sh
100644 → 100755
Empty file.
Empty file modified Containers/scripts/install-script.sh
100644 → 100755
Empty file.
Empty file modified Containers/scripts/install-zed.sh
100644 → 100755
Empty file.

0 comments on commit 95645bb

Please sign in to comment.