Skip to content

Commit

Permalink
Update test-coverage.yaml to focal image
Browse files Browse the repository at this point in the history
  • Loading branch information
cregouby authored Dec 4, 2023
1 parent 0c31395 commit 05edf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ['self-hosted', 'gce', 'gpu']

container:
image: 'nvidia/cuda:11.6.2-cudnn8-devel-ubuntu18.04'
image: 'nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04'
options: '--gpus all --runtime=nvidia'

timeout-minutes: 120

env:
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
RSPM: https://packagemanager.rstudio.com/cran/__linux__/focal/latest
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
TORCH_INSTALL: 1
TORCH_TEST: 1
Expand Down

0 comments on commit 05edf8c

Please sign in to comment.