We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863ed02 commit f067626Copy full SHA for f067626
.github/workflows/docker-build.yml
@@ -134,7 +134,7 @@ jobs:
134
MAKE_FLAGS="-j2"
135
file: dockers/base-cuda/Dockerfile
136
push: ${{ env.PUSH_NIGHTLY }}
137
- tags: "pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ env.PT_VERSION }}-cuda${{ matrix.cuda_version }}"
+ tags: "pytorchlightning/pytorch_lightning:base-cuda${{ matrix.cuda_version }}-py${{ matrix.python_version }}-torch${{ env.PT_VERSION }}"
138
timeout-minutes: 95
139
- uses: ravsamhq/notify-slack-action@v2
140
if: failure() && env.PUSH_NIGHTLY == 'true'
0 commit comments