Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jul 18, 2024
1 parent b30eee4 commit aab2472
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@ RUN set -ex \
opencv-python-headless \
opencv-contrib-python-headless \
&& /virtualenv/env3/bin/pip install --no-cache-dir --upgrade \
opencv-contrib-python-headless \
&& /virtualenv/env3/bin/pip uninstall -y \
nvidia_cublas_cu11
opencv-contrib-python-headless
# \
# && /virtualenv/env3/bin/pip uninstall -y \
# nvidia_cublas_cu11

# Run smoke tests
# && /virtualenv/env3/bin/python -c "import wbia; from wbia.__main__ import smoke_test; smoke_test()" \
Expand Down

0 comments on commit aab2472

Please sign in to comment.