diff --git a/opsec/openwebuilocalllms/index.html b/opsec/openwebuilocalllms/index.html index 3426c66..970c60d 100644 --- a/opsec/openwebuilocalllms/index.html +++ b/opsec/openwebuilocalllms/index.html @@ -434,6 +434,16 @@ Fri Apr 18 20:46:43 2025 | No running processes found | +---------------------------------------------------------------------------------------+ +

Sidenote: If you are getting an error at this step (as Nihilist experienced on a Kicksecure Host OS), you may need change the bpf_jit_harden value in sysctl to get it to work:

+

+[user ~]% sudo sysctl -w net.core.bpf_jit_harden=1
+[user ~]% sudo vim /etc/sysctl.d/91-nvidia-docker.conf 
+[user ~]% cat /etc/sysctl.d/91-nvidia-docker.conf  
+net.core.bpf_jit_harden=1
+
+[user ~]% docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
+
+