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 May 28, 2024
1 parent 568ad92 commit db73f67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devops/install.ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ git clone --recursive --branch develop https://github.com/WildMeOrg/wbia-plugin-
git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-flukematch.git
#git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-finfindr.git
git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-deepsense.git
#git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-whaleridgefindr.git
git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-whaleridgefindr.git
git clone --branch develop https://github.com/WildMeOrg/wbia-plugin-pie.git
git clone https://github.com/WildMeOrg/wbia-plugin-blend.git

Expand Down Expand Up @@ -253,8 +253,8 @@ pip install --no-cache-dir -e .
#cd ${CODE}/wbia-plugin-finfindr
#pip install --no-cache-dir -e .

#cd ${CODE}/wbia-plugin-whaleridgefindr
#pip install --no-cache-dir -e .
cd ${CODE}/wbia-plugin-whaleridgefindr
pip install --no-cache-dir -e .

cd ${CODE}/wbia-plugin-deepsense
pip install --no-cache-dir -e .
Expand Down Expand Up @@ -318,7 +318,7 @@ python -c "import wbia_blend; from wbia_blend._plugin import *"
python -c "import wbia_flukematch; from wbia_flukematch.plugin import *"
#python -c "import wbia_curvrank; from wbia_curvrank._plugin import *"
#python -c "import wbia_finfindr; from wbia_finfindr._plugin import *"
#python -c "import wbia_whaleridgefindr; from wbia_whaleridgefindr._plugin import *"
python -c "import wbia_whaleridgefindr; from wbia_whaleridgefindr._plugin import *"
python -c "import wbia_kaggle7; from wbia_kaggle7._plugin import *"
python -c "import wbia_deepsense; from wbia_deepsense._plugin import *"

Expand Down

0 comments on commit db73f67

Please sign in to comment.