From f2d2f1e0abb132799bb5d2e178d808e10fec610f Mon Sep 17 00:00:00 2001 From: yatarkan Date: Thu, 30 May 2024 22:59:20 +0400 Subject: [PATCH] Add debug install detectron --- .github/workflows/build_treon_reusable.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build_treon_reusable.yml b/.github/workflows/build_treon_reusable.yml index 377bed21854..200e07eb0e0 100644 --- a/.github/workflows/build_treon_reusable.yml +++ b/.github/workflows/build_treon_reusable.yml @@ -232,6 +232,13 @@ jobs: python check_install.py # TODO Remove after testing + - name: Debug install detectron + shell: bash + run: | + pip install -q --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision + pip install -q "git+https://github.com/facebookresearch/detectron2.git" --extra-index-url https://download.pytorch.org/whl/cpu + pip install -q "openvino>=2023.1.0" + # TODO Remove after testing # - name: Print devices # run: | # python -m pip install openvino