We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c0ed8 commit be38ee6Copy full SHA for be38ee6
inspector/tasks.py
@@ -415,7 +415,7 @@ def __len__(self):
415
priority=9,
416
image="ghcr.io/sparecores/nvbandwidth:main",
417
gpu=True,
418
- # servers_exclude=GPU_EXCLUDE,
+ servers_exclude=GPU_EXCLUDE,
419
version_command="bash -c \"nvbandwidth --help | head -1 | egrep -o 'v[0-9.]+'\"",
420
command="nvbandwidth -j",
421
precheck_command="lshw -C display -json | jq -r '.[].vendor'",
0 commit comments