No description
Find a file
Antonio de la Rosa d3d3483d0b Fixes in scripts
2025-04-07 17:50:23 +02:00
install_incus_ollama.sh Fixes in scripts 2025-04-07 17:50:23 +02:00
install_nvidia.sh Fixes in scripts 2025-04-07 17:50:23 +02:00
readme.md Fixes in scripts 2025-04-07 17:50:23 +02:00

Install incus and ollama in a baremetal server.

Script for install Ollama with nvidia gpu support in Incus.

The script add also support for docker OCI images.

You need execute two scripts. First script, prepare the baremetal server for use nvidia cuda. The second script install Ollama with NVIDIA GPU support.

curl -fsSL https://git.cuchulu.com/smartest/aiscripts/raw/branch/master/install_nvidia.sh | bash

Reboot the server for the next script.

curl -fsSL https://git.cuchulu.com/smartest/aiscripts/raw/branch/master/install_incus_ollama.sh | bash