Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 18, 2024
1 parent 32e7861 commit 26be544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devops/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN /bin/bash -xc '. /virtualenv/env3/bin/activate \
&& pip uninstall -y wildbook-ia \
&& cd /wbia/wildbook-ia \
&& /bin/bash run_developer_setup.sh \
&& pip install --upgrade pip setuptools-scm \
&& pip install --no-cache-dir -r /wbia/wildbook-ia/requirements/tests.txt \
&& pip install --no-cache-dir -r /wbia/wildbook-ia/requirements/runtime.txt \
&& pip install --no-cache-dir -r /wbia/wildbook-ia/requirements/postgres.txt \
Expand Down

0 comments on commit 26be544

Please sign in to comment.