From fac56f8168b9ca0fd8a10f760ef6e6a73abb0a21 Mon Sep 17 00:00:00 2001 From: dkazanc Date: Wed, 15 May 2024 16:23:07 +0100 Subject: [PATCH] ci update --- .github/workflows/tests_run.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_run.yml b/.github/workflows/tests_run.yml index 9150b311..16bbaabd 100644 --- a/.github/workflows/tests_run.yml +++ b/.github/workflows/tests_run.yml @@ -7,7 +7,10 @@ on: jobs: build-linux: runs-on: iris-gpu - container: catthehacker/ubuntu:act-latest + container: + image: nvidia/cuda:11.6.2-devel-ubi8 + env: + NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} defaults: run: @@ -15,7 +18,7 @@ jobs: steps: - name: Checkout repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "main" fetch-depth: 0