forked from Lightning-AI/pytorch-lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some minor CI cleanup (Lightning-AI#10088)
- Loading branch information
1 parent
bcad89d
commit baa43f6
Showing
23 changed files
with
64 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
|
||
- name: Publish Latest to Docker | ||
uses: docker/[email protected] | ||
# only on releases AND latest PT and py | ||
# only on releases and latest Python and PyTorch | ||
if: matrix.python_version == 3.9 && matrix.pytorch_version == 1.9 | ||
with: | ||
repository: pytorchlightning/pytorch_lightning | ||
|
@@ -48,25 +48,3 @@ jobs: | |
build_args: PYTHON_VERSION=${{ matrix.python_version }},PYTORCH_VERSION=${{ matrix.pytorch_version }},LIGHTNING_VERSION=${{ steps.get_version.outputs.RELEASE_VERSION }} | ||
tags: "latest" | ||
timeout-minutes: 55 | ||
|
||
# nvidia-PL: | ||
# runs-on: ubuntu-20.04 | ||
# if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'release' | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
# | ||
# - name: Get release version | ||
# id: get_version | ||
# run: echo "::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF##*/})" | ||
# | ||
# - name: Publish Releases to Docker | ||
# uses: docker/[email protected] | ||
# with: | ||
# repository: nvcr.io/pytorchlightning/pytorch_lightning | ||
# username: ${{ secrets.DOCKER_USERNAME }} | ||
# password: ${{ secrets.DOCKER_PASSWORD }} | ||
# dockerfile: dockers/nvidia/Dockerfile | ||
# build_args: LIGHTNING_VERSION=${{ steps.get_version.outputs.RELEASE_VERSION }} | ||
# tags: "${{ steps.get_version.outputs.RELEASE_VERSION }}-nvidia" | ||
# timeout-minutes: 55 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.