Colo - Node install scripts missing latest user requests (#7540)
* Enable user GPU profiling while installing CUDA * Install heaptrack
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user