Skip to content

Commit

Permalink
Merge branch 'main' into Remove_CurvRank2_FinFindr
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 22, 2024
2 parents 74ddf69 + f121190 commit 4418761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN set -ex \
&& git config --global user.name "Wild Me" \
&& find /wbia/wbia* -name '.git' -type d -print0 | xargs -0 -i /bin/bash -c \
'cd {} && cd .. && echo $(pwd) && git reset --hard origin/main && git pull' \

&& cd /wbia/wbia-plugin-kaggle7/wbia_kaggle7 \
&& git reset --hard origin/main \
&& git pull \
Expand Down Expand Up @@ -151,6 +152,7 @@ RUN set -ex \
&& /virtualenv/env3/bin/python -c "import wbia_pie_v2; from wbia_pie_v2.__main__ import main; main()" \
&& /virtualenv/env3/bin/python -c "import wbia_blend; from wbia_blend._plugin import *" \
&& /virtualenv/env3/bin/python -c "import wbia_orientation; from wbia_orientation.__main__ import main; main()" \

&& /virtualenv/env3/bin/python -c "import wbia_kaggle7; from wbia_kaggle7._plugin import *" \
&& /virtualenv/env3/bin/python -c "import wbia_lca; from wbia_lca._plugin import *" \
&& /virtualenv/env3/bin/python -c "import wbia_deepsense; from wbia_deepsense._plugin import *" \
Expand Down

0 comments on commit 4418761

Please sign in to comment.