From 9690b65a099af17297b036e87f5997dafc9edfec Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Thu, 3 Apr 2025 00:59:47 +0200 Subject: [PATCH] Fixes in readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 87ef8d0..8ebddad 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,11 @@ Script for install Ollama with nvidia gpu support in Incus. The script add also support for docker OCI images. -You can execute the script with the next command. +You need execute two scripts. First script, prepare the baremetal server for use nvidia cuda. The second script install Ollama with NVIDIA GPU support. + +```sh +curl -fsSL https://git.cuchulu.com/smartest/aiscripts/raw/branch/master/install_nvidia.sh | bash +``` ```sh curl -fsSL https://git.cuchulu.com/smartest/aiscripts/raw/branch/master/install_incus_ollama.sh | bash