This, when installed, (perhaps to be named ollama-binary ) will install the actual ollama binary built from source and configure it with systemd service etc, similar to end results of running the installer script. This will be versioned, in tandem with Ollama unlike the installer above which will always point to latest stable at the time of install (versioned, but not from the side of the ppa, but at the time of install per the script) Cheers
6条答案
按热度按时间zzzyeukh1#
声称公寓经理
mf98qq942#
我正在为RPM软件包举手,从Fedora、Red Hat、CentOS/Alma/Rocky/Oracle开始。
第一个障碍是定义一个与产品路线图一致的配置管理。当前使用os.Getenv()的实现是一种跨平台获取任何操作系统上的配置变量的好方法。
由于DEB或RPM可能需要使用/etc,因此/etc/ollama将包含所有现有和未来的配置文件需求。MacOS和Windows也需要针对特定操作系统。跨平台配置的单一真实来源将有助于开发人员和用户。
e0uiprwp3#
希望看到Scoop、Nix和Debian apt支持
xriantvc4#
I'm checking in with update for .deb on apt. Progress so far.
Installer Script via .deb (done, room for improvement)
This, when installed (perhaps to be named
ollama-installer
, will run a post installation script, namely the script from https://ollama.com/download/linux (at the time of writing this, that'scurl -fsSL https://ollama.com/install.sh | sh
)Code Repo will be hosted at: https://github.com/seanmavley/ollama-deb
The PPA to grab the current script installer via .deb is at https://launchpad.net/~khophi/+archive/ubuntu/ollama/+packages
Ollama binary via .deb (working on)
This, when installed, (perhaps to be named
ollama-binary
) will install the actual ollama binary built from source and configure it with systemd service etc, similar to end results of running the installer script.This will be versioned, in tandem with Ollama unlike the installer above which will always point to latest stable at the time of install (versioned, but not from the side of the ppa, but at the time of install per the script)
Cheers
xqkwcwgp5#
Fedora包的任何进展?
af7jpaap6#
有一个OpenSUSE RPM of Ollama (in "Factory" builds repo)。
由dimstar @DimStar77维护。
顺便说一下,这个包的构建比官方的要小约10倍。这是否意味着它更好地优化了依赖关系并删除了未使用的代码?