"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "e700552f93763973854a59ca086963642ec29c79"
Unverified Commit 79f5fac7 authored by Tim Moon's avatar Tim Moon Committed by GitHub
Browse files

Disable GitHub CI jobs using NGC PyTorch container (#462)


Signed-off-by: default avatarTim Moon <tmoon@nvidia.com>
parent bf3e1715
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment