Skip to content

Commit

Permalink
add assumeyes to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Sep 7, 2023
1 parent 28f7491 commit ae1fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdist_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
sudo yum install -y ucx-devel-1.9.0-1.el8.x86_64 "pmix-devel > 3.0.0" numactl-devel pmix-pmi-devel hwloc-devel-0:1.11.9-3.el8.x86_64
fi

sudo yum install munge-devel mariadb-devel pam-devel readline-devel
sudo yum install -y munge-devel mariadb-devel pam-devel readline-devel

# there's no option to pass nvml, it is only autodetected
# nvidia-driver-devel provides the libnividia-ml.so symlnk, the real .so.1 comes from nvidia-driver-NVML
Expand Down

0 comments on commit ae1fe10

Please sign in to comment.