Update 02-ollama_install_v2.sh

This commit is contained in:
RomanNum3ral 2025-09-29 12:30:51 +00:00
parent c903dd3801
commit 42de64e5e2
1 changed files with 0 additions and 9 deletions

View File

@ -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