Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cuda installation inside CM cache is problematic especially in multi user setup #291

Open
arjunsuresh opened this issue Sep 25, 2024 · 0 comments
Labels
bug Something isn't working cm-script-automation

Comments

@arjunsuresh
Copy link
Contributor

By default we are installing CUDA inside user home using sudo. This creates 2 problems.

  1. cm rm cache fails because the installed folder is under root user
  2. 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.

@arjunsuresh arjunsuresh added bug Something isn't working cm-script-automation labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cm-script-automation
Projects
Development

No branches or pull requests

1 participant