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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -31,7 +31,7 @@ EOF
apt install -y build-essential pkg-config clang cmake sysstat perf \
linux-generic-hwe-18.04-edge linux-tools-generic-hwe-18.04-edge \
iftop
iftop heaptrack
"$HERE"/../scripts/install-docker.sh
usermod -aG docker "$SETUP_USER"