Skip to content

Commit

Permalink
Try a different image
Browse files Browse the repository at this point in the history
  • Loading branch information
namannimmo10 committed Jul 19, 2024
1 parent 4bcfbdc commit c6acbb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-linux:
runs-on: iris-gpu
container:
image: nvidia/cuda:11.6.2-devel-ubi8
image: gcr.io/diamond-pubreg/cuda-ubi-dev:v2
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}

Expand All @@ -37,7 +37,8 @@ jobs:

- name: Install httomolibgpu & coverage tools
run: |
micromamba install -y git
dnf update -y
dnf install -y git
pip install .[dev]
pip install coverage
micromamba list
Expand Down

0 comments on commit c6acbb4

Please sign in to comment.