[PR #3651] If OLLAMA_CONTAINER_MANAGER is set, only install NVIDIA drivers #42481

Open
opened 2026-04-24 22:14:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3651
Author: @ericcurtin
Created: 4/15/2024
Status: 🔄 Open

Base: mainHead: container-install


📝 Commits (1)

  • 80c4806 If OLLAMA_CONTAINER_MANAGER is set, only install NVIDIA drivers

📊 Changes

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

View changed files

📝 scripts/install.sh (+20 -8)

📄 Description

If installing for containerized environment, we should not have to install ollama binary, configure systemd, install rocm, etc.

Intended to be run like this:

curl -fsSL https://ollama.com/install.sh | OLLAMA_CONTAINER_MANAGER=podman sh


🔄 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/3651 **Author:** [@ericcurtin](https://github.com/ericcurtin) **Created:** 4/15/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `container-install` --- ### 📝 Commits (1) - [`80c4806`](https://github.com/ollama/ollama/commit/80c4806f28e295908df5b70da92073bd74343057) If OLLAMA_CONTAINER_MANAGER is set, only install NVIDIA drivers ### 📊 Changes **1 file changed** (+20 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+20 -8) </details> ### 📄 Description If installing for containerized environment, we should not have to install ollama binary, configure systemd, install rocm, etc. Intended to be run like this: curl -fsSL https://ollama.com/install.sh | OLLAMA_CONTAINER_MANAGER=podman sh --- <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-24 22:14:34 -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#42481