Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jul 14, 2024
1 parent 7401f75 commit fcb31ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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 --upgrade pip setuptools-scm==5.0.2 \
&& 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/torch.txt \
Expand Down

0 comments on commit fcb31ff

Please sign in to comment.