Update 02-ollama_install_v2.sh
This commit is contained in:
parent
c903dd3801
commit
42de64e5e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue