Skip to content

Commit b7eaf44

Browse files
committed
Install libnvidia-ml.so.1 in test environment
1 parent c2c34c9 commit b7eaf44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/test_pynvbench_inner.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ set -euo pipefail
99
echo -e "#!/bin/bash\nsource /opt/rh/gcc-toolset-13/enable" >/etc/profile.d/enable_devtools.sh
1010
source /etc/profile.d/enable_devtools.sh
1111

12+
# Install NVIDIA Management Library (required by pynvbench at runtime)
13+
# This is a driver library that we exclude from the wheel but need for testing
14+
echo "Installing libnvidia-ml.so.1..."
15+
/workspace/ci/util/retry.sh 5 30 dnf -y install nvidia-driver-libs
16+
1217
# Set up Python environment (only if not already available)
1318
source /workspace/ci/pyenv_helper.sh
1419
if ! command -v python${py_version} &> /dev/null; then

0 commit comments

Comments
 (0)