Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 28, 2024
1 parent db73f67 commit b3b183d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devops/provision/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit b3b183d

Please sign in to comment.