From 3d4e940db99547a1e37a25ef1349b5bbf2c8622f Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 2 Apr 2025 16:49:14 +0200 Subject: [PATCH] Fixes in sh --- install_incus_ollama.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_incus_ollama.sh b/install_incus_ollama.sh index 5fbd655..cde13a9 100644 --- a/install_incus_ollama.sh +++ b/install_incus_ollama.sh @@ -113,7 +113,7 @@ incus config device add ollama-container gpu gpu # Install nvidia -run_command "incus exec ollama-container -- apt install -y software-properties-common gpg wget" "Add software properties package and other utilities" +run_command "incus exec ollama-container -- apt install -y software-properties-common gpg wget curl" "Add software properties package and other utilities" run_command "incus exec ollama-container -- apt-add-repository -y contrib" "Add contrib"