An attempt at packaging Ollama for GNU Guix.
| .guix/modules | ||
| logs | ||
| per-package | ||
| .dir-locals.el | ||
| .guix-channel | ||
| building-ollama-for-guix.org | ||
| LICENSE.md | ||
| ollama-full.scm | ||
| readme.org | ||
| test.sh | ||
Ollama for Guix
This repository contains the package declarations of dependencies required for Ollama which are not packaged yet, and for Ollama itself.
They are available as one package per file in per-package directory. A single file containing all the packages is available here.
The files are generated from this org document. It has been adapted
from the guix import command.
To use this, add this to your ~/.config/guix/channel.scm file.
(cons (channel
(name 'ollama-guix)
(url "https://codeberg.org/tusharhero/ollama-guix"))
%default-channels)
Then, run guix pull to fetch the package definitions, followed by
guix install ollama-linux-amd64 to install the binary version (the only one
available right now).
All the files are licensed under the GPLv3 © 2024 tusharhero.