Skip to content

Commit

Permalink
Update install.ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jun 15, 2024
1 parent 5443847 commit 7bbe0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devops/install.ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pip install --no-cache-dir -e .

pip install --no-cache-dir pygraphviz --install-option="--include-path=/usr/include/graphviz" --install-option="--library-path=/usr/lib/graphviz/"

cp -r ${VIRTUAL_ENV}/lib/python3.7/site-packages/cv2 /tmp/cv2
cp -r ${VIRTUAL_ENV}/lib/python3.8/site-packages/cv2 /tmp/cv2

cd ${CODE}
git clone --branch develop https://github.com/WildMeOrg/wildbook-ia.git
Expand Down Expand Up @@ -307,8 +307,8 @@ pip install --no-cache-dir \
tensorflow-gpu==1.15.4 \
keras==2.2.5

rm -rf ${VIRTUAL_ENV}/lib/python3.7/site-packages/cv2*
cp -r /tmp/cv2 ${VIRTUAL_ENV}/lib/python3.7/site-packages/cv2
rm -rf ${VIRTUAL_ENV}/lib/python3.8/site-packages/cv2*
cp -r /tmp/cv2 ${VIRTUAL_ENV}/lib/python3.8/site-packages/cv2
rm -rf /tmp/cv2

# python -c "import wbia; from wbia.__main__ import smoke_test; smoke_test()"
Expand Down

0 comments on commit 7bbe0bb

Please sign in to comment.