File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
66
66
env :
67
67
R_REMOTES_NO_ERRORS_FROM_WARNINGS : true
68
- RSPM : ' https://packagemanager.rstudio.com/cran/__linux__/bionic /latest'
68
+ RSPM : ' https://packagemanager.rstudio.com/cran/__linux__/focal /latest'
69
69
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
70
70
TORCH_INSTALL : 1
71
71
TORCH_TEST : 1
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
runs-on : ['self-hosted', 'gce', 'gpu']
14
14
15
15
container :
16
- image : ' nvidia/cuda:11.6.2-cudnn8-devel-ubuntu18 .04'
16
+ image : ' nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20 .04'
17
17
options : ' --gpus all --runtime=nvidia'
18
18
19
19
timeout-minutes : 120
20
20
21
21
env :
22
- RSPM : https://packagemanager.rstudio.com/cran/__linux__/bionic /latest
22
+ RSPM : https://packagemanager.rstudio.com/cran/__linux__/focal /latest
23
23
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
24
24
TORCH_INSTALL : 1
25
25
TORCH_TEST : 1
You can’t perform that action at this time.
0 commit comments