From 42de64e5e2792306fd28cb56610ec9f46d0d9493 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Mon, 29 Sep 2025 12:30:51 +0000 Subject: [PATCH] Update 02-ollama_install_v2.sh --- 02-ollama_install_v2.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/02-ollama_install_v2.sh b/02-ollama_install_v2.sh index e4db664..9f9955d 100644 --- a/02-ollama_install_v2.sh +++ b/02-ollama_install_v2.sh @@ -12,15 +12,6 @@ sudo apt -y upgrade # Kernel build deps and headers meta (avoids uname mismatch after upgrade) sudo apt install -y build-essential dkms linux-headers-generic -# --- NVIDIA driver (auto-select) --- -sudo ubuntu-drivers install --gpgpu - -# Strongly recommended: reboot here so the new kernel/driver settle, -# then re-run this script to do the rest. -# exit 0 -# OR uncomment to auto-reboot now (and rerun manually after boot): -# sudo reboot - # --- Docker Engine + Compose --- sudo apt-get update sudo apt-get install -y ca-certificates curl