Skip to content

Commit

Permalink
Revert "Merge pull request #276 from WildMeOrg/Remove_CurvRank2_FinFi…
Browse files Browse the repository at this point in the history
…ndr"

This reverts commit 70780c5, reversing
changes made to 1036d22.
  • Loading branch information
holmbergius committed May 16, 2024
1 parent 70780c5 commit f121190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ ARG WBIA_BASE_IMAGE=wildme/wbia-base:latest
ARG WBIA_PROVISION_IMAGE=wildme/wbia-provision:latest

FROM ${WBIA_PROVISION_IMAGE} as org.wildme.wbia.latest
# && cd /wbia/wbia-plugin-curvrank/wbia_curvrank_v2 \

# Grab latest code
RUN set -ex \
&& git config --global user.email "[email protected]" \
&& 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-curvrank/wbia_curvrank_v2 \
&& git reset --hard origin/main \
&& git pull \
&& cd /wbia/wbia-plugin-kaggle7/wbia_kaggle7 \
Expand Down Expand Up @@ -137,9 +138,6 @@ RUN set -ex \
# && /virtualenv/env3/bin/python -c "import wbia; from wbia.__main__ import smoke_test; smoke_test()" \
# && /virtualenv/env3/bin/python -c "import wbia_flukematch; from wbia_flukematch.plugin import *" \ -- commented out due to Lasagne package dependency issues
# && /virtualenv/env3/bin/python -c "import wbia_finfindr; from wbia_finfindr.__main__ import main; main()" \
# && /virtualenv/env3/bin/python -c "import wbia_curvrank_v2; from wbia_curvrank_v2._plugin import *" \
#&& /virtualenv/env3/bin/python -c "import wbia_finfindr; from wbia_finfindr._plugin import *" \

RUN set -ex \
&& mkdir -p /data \
&& /virtualenv/env3/bin/python -m wbia.dev --set-workdir /data --preload-exit \
Expand All @@ -148,6 +146,8 @@ 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_curvrank_v2; from wbia_curvrank_v2._plugin import *" \
&& /virtualenv/env3/bin/python -c "import wbia_finfindr; from wbia_finfindr._plugin import *" \
&& /virtualenv/env3/bin/python -c "import wbia_whaleridgefindr; from wbia_whaleridgefindr._plugin import *" \
&& /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 *" \
Expand Down

0 comments on commit f121190

Please sign in to comment.