Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hashaam1217 committed Jun 4, 2024
1 parent 9e2b9e7 commit c3e3995
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ sudo apt update
sudo apt install pip -y
sudo apt update



### Installing Opencv --START
#!/bin/bash

# Installing OpenCV from source
# Install prerequisites
sudo apt update
sudo apt install -y cmake g++ wget unzip

# Download and unpack OpenCV sources
Expand All @@ -35,14 +30,6 @@ sudo make install
cd ..
rm -rf build opencv.zip opencv-4.5.3

### Installing Opencv --END




#sudo apt install libopencv-dev python3-opencv
# sudo apt install ros-foxy-cv-bridge

# fetch repo
git clone https://github.com/ubc-subbots/triton.git
cd triton
Expand Down

0 comments on commit c3e3995

Please sign in to comment.