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"