<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I&#39;m using a warewulf cluster (image based software provisioner).<div><br></div><div>I&#39;m trying to get GPU nodes setup.</div><div><br></div><div>I&#39;ve addded the ELRepo information to the master node.</div><div><div>rpm --import <a href="https://www.elrepo.org/RPM-GPG-KEY-elrepo.org">https://www.elrepo.org/RPM-GPG-KEY-elrepo.org</a></div><div>rpm -Uvh <a href="http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm">http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm</a></div></div><div><br></div><div>After this, if I do yum search kmod-nvidia, I get this:</div><div><div>Loaded plugins: fastestmirror, langpacks</div><div>Loading mirror speeds from cached hostfile</div><div> * base: <a href="http://mirror.jaleco.com">mirror.jaleco.com</a></div><div> * elrepo: <a href="http://repos.lax-noc.com">repos.lax-noc.com</a></div><div> * epel: <a href="http://mirrors.cat.pdx.edu">mirrors.cat.pdx.edu</a></div><div> * extras: <a href="http://mirror.jaleco.com">mirror.jaleco.com</a></div><div> * updates: <a href="http://mirror.jaleco.com">mirror.jaleco.com</a></div><div>============================================ N/S matched: kmod-nvidia =============================================</div><div>kmod-nvidia.x86_64 : nvidia kernel module(s)</div><div>kmod-nvidia-304xx.x86_64 : nvidia-304xx kernel module(s)</div><div>kmod-nvidia-340xx.x86_64 : nvidia-340xx kernel module(s)</div><div>kmod-nvidia-390xx.x86_64 : nvidia-390xx kernel module(s)</div><div><br></div><div>  Name and summary matches only, use &quot;search all&quot; for everything.</div></div><div><br></div><div>Now, I want to load this into my GPU image.  So I use the installroot directive, and it can&#39;t find it.</div><div><br></div><div><div>yum --installroot=/opt/ohpc/admin/images/gpu/ install -y kmod-nvidia</div><div>Loaded plugins: fastestmirror, langpacks</div><div>Loading mirror speeds from cached hostfile</div><div> * base: <a href="http://centos.s.uw.edu">centos.s.uw.edu</a></div><div> * epel: <a href="http://mirrors.cat.pdx.edu">mirrors.cat.pdx.edu</a></div><div> * extras: <a href="http://centos.s.uw.edu">centos.s.uw.edu</a></div><div> * updates: <a href="http://centos.s.uw.edu">centos.s.uw.edu</a></div><div>No package kmod-nvidia available.</div><div>Error: Nothing to do</div></div><div><br></div><div>Any insight as to why this fails?</div><div><br></div><div>Right now, I&#39;m using the workaround of logging in to a running GPU node, adding the repo, and using downloadonly.  Then copying those RPMs to the master, and doing yum localinstall with the --installroot=/opt/ohpc/admin/images/gpu/.</div><div><br></div><div>That works, but I&#39;d really like to be able to cut out that step.</div><div><br></div></div></div></div></div></div>