From b3b183d67616d79a0e52e9bd9994eba7dafa1f59 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Tue, 28 May 2024 15:16:40 -0400 Subject: [PATCH] Update Dockerfile --- devops/provision/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devops/provision/Dockerfile b/devops/provision/Dockerfile index 634202b4d..0f4e43d22 100644 --- a/devops/provision/Dockerfile +++ b/devops/provision/Dockerfile @@ -40,8 +40,8 @@ RUN set -ex \ #&& git clone https://github.com/WildMeOrg/wbia-plugin-finfindr.git \ && git clone https://github.com/WildMeOrg/wbia-plugin-deepsense.git \ && git clone https://github.com/WildMeOrg/wbia-plugin-pie-v2.git \ - && git clone https://github.com/WildMeOrg/wbia-plugin-miew-id.git - #&& git clone https://github.com/WildMeOrg/wbia-plugin-whaleridgefindr.git + && git clone https://github.com/WildMeOrg/wbia-plugin-miew-id.git \ + && git clone https://github.com/WildMeOrg/wbia-plugin-whaleridgefindr.git RUN set -ex \ && cd /wbia \ @@ -132,9 +132,9 @@ RUN /bin/bash -xc '. /virtualenv/env3/bin/activate \ # && cd /wbia/wbia-plugin-finfindr \ # && pip install --no-cache-dir -e .' -#RUN /bin/bash -xc '. /virtualenv/env3/bin/activate \ - #&& cd /wbia/wbia-plugin-whaleridgefindr \ - #&& pip install --no-cache-dir -e .' +RUN /bin/bash -xc '. /virtualenv/env3/bin/activate \ + && cd /wbia/wbia-plugin-whaleridgefindr \ + && pip install --no-cache-dir -e .' RUN /bin/bash -xc '. /virtualenv/env3/bin/activate \ && cd /wbia/wbia-plugin-deepsense \