Skip to content

Commit

Permalink
Updated jenkins test script with more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
smauq committed Jun 18, 2023
1 parent a002f7f commit b2772e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/ci/prepare-jenkins-slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
echo "Running the prepare script for maplab.";

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y autotools-dev ccache doxygen dh-autoreconf git \
liblapack-dev libblas-dev libgtest-dev libreadline-dev \
libssh2-1-dev libatlas3-base libv4l-dev libjpeg-dev \
Expand All @@ -10,5 +11,5 @@ sudo apt-get install -y autotools-dev ccache doxygen dh-autoreconf git \

# Python package for end to end test
pip3 install --user --upgrade pip
pip3 install --user requests evo

pip3 install --user requests evo opencv-python opencv-contrib-python tqdm pillow \
numpy matplotlib scikit-learn torch torchvision

0 comments on commit b2772e3

Please sign in to comment.