We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3fdd5 commit d0fae5eCopy full SHA for d0fae5e
tests/containers/base_image_test.py
@@ -128,6 +128,9 @@ def check_elf_file():
128
continue # it's in ${MPI_HOME}/lib
129
if deps.startswith("liboshmem.so"):
130
131
+ # AIPCC-8057: Unsatisfied library dependencies on libnvidia-ml.so in the cuda aipcc image
132
+ if deps.startswith("libnvidia-ml.so"):
133
+ continue # it does not seem to be in the image
134
135
with subtests.test(f"{dlib=}"):
136
pytest.fail(f"{dlib=} has unsatisfied dependencies {deps=}")
0 commit comments