Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
79f5fac7
Unverified
Commit
79f5fac7
authored
Oct 09, 2023
by
Tim Moon
Committed by
GitHub
Oct 09, 2023
Browse files
Disable GitHub CI jobs using NGC PyTorch container (#462)
Signed-off-by:
Tim Moon
<
tmoon@nvidia.com
>
parent
bf3e1715
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/build.yml
.github/workflows/build.yml
+1
-0
.github/workflows/lint.yml
.github/workflows/lint.yml
+1
-0
No files found.
.github/workflows/build.yml
View file @
79f5fac7
...
@@ -11,6 +11,7 @@ jobs:
...
@@ -11,6 +11,7 @@ jobs:
pytorch
:
pytorch
:
name
:
'
PyTorch'
name
:
'
PyTorch'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
false
# NGC PyTorch container does not fit on GitHub runner
container
:
container
:
image
:
nvcr.io/nvidia/pytorch:23.03-py3
image
:
nvcr.io/nvidia/pytorch:23.03-py3
options
:
--user root
options
:
--user root
...
...
.github/workflows/lint.yml
View file @
79f5fac7
...
@@ -22,6 +22,7 @@ jobs:
...
@@ -22,6 +22,7 @@ jobs:
pytorch_pylint
:
pytorch_pylint
:
name
:
'
PyTorch
Python'
name
:
'
PyTorch
Python'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
false
# NGC PyTorch container does not fit on GitHub runner
container
:
container
:
image
:
nvcr.io/nvidia/pytorch:23.03-py3
image
:
nvcr.io/nvidia/pytorch:23.03-py3
options
:
--user root
options
:
--user root
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment