mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 11:39:26 +01:00
The install script was Debian-only but everything runs in Docker, so there's no reason it can't work on other distros. This swaps out the Debian check for distro detection via /etc/os-release and adds a pkg_install wrapper that calls the right package manager. get.docker.com doesn't support Arch or openSUSE so those install Docker from their own repos. NVIDIA toolkit setup is also handled per-distro since the repo config is different for deb/rpm/Arch. A couple of small fixups too — hostname isn't always available on minimal installs so there's a fallback to the ip command, and Arch needs iptables-nft for Docker networking. README updated to list supported distros. Tested on Debian 12, Arch, Fedora 42, and openSUSE Leap 15.6. Closes #235 |
||
|---|---|---|
| .. | ||
| about.md | ||
| faq.md | ||
| getting-started.md | ||
| home.md | ||
| release-notes.md | ||
| use-cases.md | ||