File tree 3 files changed +1
-58
lines changed
3 files changed +1
-58
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
" torch | 1.x " :
21
- docker-image : " pytorchlightning/pytorch:1.13.1 -cuda11.6-cudnn8-runtime "
21
+ docker-image : " pytorchlightning/torchmetrics:ubuntu22.04 -cuda11.8.0-py3.9-torch1.13 "
22
22
torch-ver : " 1.13.1"
23
23
requires : " oldest"
24
24
" torch | 2.x " :
Original file line number Diff line number Diff line change 94
94
push : ${{ env.PUSH_DOCKERHUB }}
95
95
tags : " pytorchlightning/torchmetrics:ubuntu${{ matrix.ubuntu }}-cuda${{ matrix.cuda }}-py${{ matrix.python }}-torch${{ matrix.pytorch }}"
96
96
timeout-minutes : 55
97
-
98
- pytorch-cuda :
99
- if : github.event.pull_request.draft == false
100
- runs-on : ubuntu-latest
101
- strategy :
102
- fail-fast : false
103
- matrix :
104
- tag :
105
- - " 1.13.1-cuda11.6-cudnn8-runtime"
106
- - " 2.1.1-cuda12.1-cudnn8-runtime"
107
- steps :
108
- - uses : actions/checkout@v4
109
-
110
- - name : Login to DockerHub
111
- uses : docker/login-action@v3
112
- if : env.PUSH_DOCKERHUB == 'true' && github.repository_owner == 'Lightning-AI'
113
- with :
114
- username : ${{ secrets.DOCKER_USERNAME }}
115
- password : ${{ secrets.DOCKER_PASSWORD }}
116
-
117
- - name : Build (and Push) runner
118
- uses : docker/build-push-action@v5
119
- with :
120
- build-args : |
121
- DOCKER_TAG=${{ matrix.tag }}
122
- file : dockers/pytorch-cuda/Dockerfile
123
- push : ${{ env.PUSH_DOCKERHUB }}
124
- tags : " pytorchlightning/pytorch:${{ matrix.tag }}"
125
- timeout-minutes : 35
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments