We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78332d4 commit a22e0a2Copy full SHA for a22e0a2
.github/workflows/ci.yml
@@ -31,7 +31,9 @@ jobs:
31
"wolfi-py3.12-slim",
32
"rocky9.2-slim",
33
"rocky9.2-cpu",
34
- "rocky9.2-gpu",
+ # "rocky9.2-gpu", [TODO] Resolve
35
+ # 1005.6 Error: Failed to download metadata for repo 'cuda-rhel9-x86_64': Yum repo downloading error: Downloading error(s):
36
+ # Cannot download, all mirrors were already tried without success;
37
]
38
runs-on: ${{ matrix.architecture == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest-m' }}
39
needs: [set-short-sha]
0 commit comments