13 lines
330 B
Markdown
13 lines
330 B
Markdown
|
|
# 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 can execute the script with the next command.
|
|
|
|
````sh
|
|
curl -fsSL https://git.cuchulu.com/smartest/aiscripts/raw/branch/master/install_incus_ollama.sh | sh
|
|
```
|
|
|