diff --git a/.github/workflows/pre_merge.yml b/.github/workflows/pre_merge.yml index 6dd81a43147..bb3696c786f 100644 --- a/.github/workflows/pre_merge.yml +++ b/.github/workflows/pre_merge.yml @@ -69,7 +69,7 @@ jobs: cancel-in-progress: true runs-on: ["otx-gpu-v100-1"] container: - image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e + image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:11.7.1.1-devel-ubuntu20.04 options: --runtime=nvidia --env-file=/home/runner/.nvidia.env --shm-size=24g steps: - name: Checkout repository diff --git a/.github/workflows/run_tests_in_tox_custom.yml b/.github/workflows/run_tests_in_tox_custom.yml index 47a06f21ef0..e22fc8d114a 100644 --- a/.github/workflows/run_tests_in_tox_custom.yml +++ b/.github/workflows/run_tests_in_tox_custom.yml @@ -46,7 +46,7 @@ jobs: # https://github.com/orgs/community/discussions/11692 runs-on: ${{ fromJson(inputs.runs-on) }} container: - image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:pr-194-1334bef936df3b06d28bc3d1bd90e7248359b99e + image: 219678651685.dkr.ecr.eu-central-1.amazonaws.com/ote-ci:11.7.1.1-devel-ubuntu20.04 options: ${{ inputs.container-options }} timeout-minutes: ${{ inputs.timeout-minutes }} steps: diff --git a/requirements/api.txt b/requirements/api.txt index 4b1f9a8cfb0..0274aacd43e 100644 --- a/requirements/api.txt +++ b/requirements/api.txt @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0 numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime omegaconf>=2.1.1 opencv-python>=4.5 -pymongo==4.5.* +pymongo==4.6.* scikit-learn==1.3.* Shapely>=1.7.1,<=1.8.0 imagesize==1.4.1 diff --git a/requirements/dev.txt b/requirements/dev.txt index 1645d008dcd..728ef0f5e9a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ pytest==7.4.* coverage==7.3.* pytest-timeout==2.2.* pytest-mock==3.12.* -onnx==1.13.0 +onnx==1.15.0 onnxruntime==1.14.1 pytest-csv==3.0.* tox==4.11.*