Open
Description
Migrated from mlcommons/mlperf-automations_archived#16
Originally created by @arjunsuresh on Wed, 25 Sep 2024 10:56:11 GMT
By default we are installing CUDA inside user home using sudo
. This creates 2 problems.
cm rm cache
fails because the installed folder is under root user- Other users cannot access the installed CUDA depending on the user home permissions
One possible solution will be to install CUDA and other applications needing sudo
to /opt/
by default.