From aab24725c1f0f1e10001211cd50638ec87f13140 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Wed, 17 Jul 2024 21:59:07 -0400 Subject: [PATCH] Update Dockerfile --- devops/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devops/Dockerfile b/devops/Dockerfile index 7e14349fd..b77c93f36 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -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()" \