Skip to content

Commit

Permalink
Disable GitHub CI jobs using NGC PyTorch container (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Moon <[email protected]>
  • Loading branch information
timmoon10 authored Oct 9, 2023
1 parent bf3e171 commit 79f5fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
pytorch:
name: 'PyTorch'
runs-on: ubuntu-latest
if: false # NGC PyTorch container does not fit on GitHub runner
container:
image: nvcr.io/nvidia/pytorch:23.03-py3
options: --user root
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pytorch_pylint:
name: 'PyTorch Python'
runs-on: ubuntu-latest
if: false # NGC PyTorch container does not fit on GitHub runner
container:
image: nvcr.io/nvidia/pytorch:23.03-py3
options: --user root
Expand Down

0 comments on commit 79f5fac

Please sign in to comment.