cresset-template / cresset

Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
MIT License
715 stars 41 forks source link

Add code for checking if root user is being used. #197

Closed veritas9872 closed 2 months ago

veritas9872 commented 3 months ago

GIve a warning message if the UID is 0, etc. Users should use ADD_USER=exclude when the host is a root user.

veritas9872 commented 2 months ago

Just added documentation instead.