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: