Colo - Node install scripts missing latest user requests (#7540)

* Enable user GPU profiling while installing CUDA

* Install heaptrack
This commit is contained in:
Trent Nelson
2019-12-17 19:00:12 -05:00
committed by GitHub
parent 585fca06a1
commit 554188e88e
2 changed files with 4 additions and 1 deletions

View File

@@ -48,3 +48,6 @@ apt install -y gcc make dkms
for rf in "${RUN_FILES[@]}"; do
sh "$rf" --silent --driver --toolkit
done
# Allow normal users to use CUDA profiler
echo 'options nvidia "NVreg_RestrictProfilingToAdminUsers=0"' > /etc/modprobe.d/nvidia-enable-user-profiling.conf