[PR #9869] fix(Fedora): install CUDA with 40 or 41 repo #23616

Open
opened 2026-04-19 17:06:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9869
Author: @fubuloubu
Created: 3/18/2025
Status: 🔄 Open

Base: mainHead: patch-2


📝 Commits (1)

  • a810ae6 fix(Fedora): install CUDA with 40 or 41 repo

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 scripts/install.sh (+1 -1)

📄 Description

fixes: #9868

Note that I tried this on my Fedora 41 machine (that has Nvidia 3090) successfully (required change from #9866 as well)

$ sh ollama-install.sh 
>>> Cleaning up old version at /usr/local/lib/ollama
>>> Installing ollama to /usr/local
>>> Downloading Linux amd64 bundle
##...## 100.0%
>>> Adding ollama user to render group...
>>> Adding ollama user to video group...
>>> Adding current user to ollama group...
>>> Creating ollama systemd service...
>>> Enabling and starting ollama service...
>>> NVIDIA GPU installed.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/9869 **Author:** [@fubuloubu](https://github.com/fubuloubu) **Created:** 3/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`a810ae6`](https://github.com/ollama/ollama/commit/a810ae6ea9a69e229bd79992bd2ac8aa4511b3d0) fix(Fedora): install CUDA with 40 or 41 repo ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+1 -1) </details> ### 📄 Description fixes: #9868 Note that I tried this on my Fedora 41 machine (that has Nvidia 3090) successfully (required change from #9866 as well) ```sh $ sh ollama-install.sh >>> Cleaning up old version at /usr/local/lib/ollama >>> Installing ollama to /usr/local >>> Downloading Linux amd64 bundle ##...## 100.0% >>> Adding ollama user to render group... >>> Adding ollama user to video group... >>> Adding current user to ollama group... >>> Creating ollama systemd service... >>> Enabling and starting ollama service... >>> NVIDIA GPU installed. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 17:06:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#23616