You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GinkgoLogr.Info("CUDA Minor Version Compatibility tests require the host driver branch to equal the compat driver branch", "hostDriverVersion", hostDriverVersion, "compatDriverVersion", compatDriverVersion)
244
+
Skip("CUDA Minor Version Compatibility tests require the host driver branch to equal the compat driver branch")
245
+
}
246
+
})
247
+
248
+
It("should work with the nvidia runtime in legacy mode", func(ctx context.Context) {
249
+
ldconfigOut, _, err:=runner.Run("docker run --rm -i -e NVIDIA_DISABLE_REQUIRE=true --runtime=nvidia --gpus all nvcr.io/nvidia/cuda:13.0.3-base-ubi8 bash -c \"ldconfig -p | grep libcuda.so.1\"")
0 commit comments