Fixes in sh

This commit is contained in:
Antonio de la Rosa 2025-04-02 16:49:14 +02:00
parent 8c212c647a
commit 3d4e940db9

View file

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