[PR #1487] [CLOSED] Add RHEL9 Docker Container files with Ollama and LiteLLM configured #21139

Closed
opened 2026-04-19 15:27:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1487
Author: @ibbobud
Created: 12/12/2023
Status: Closed

Base: mainHead: RHEL9-Docker


📝 Commits (3)

  • 0f00425 RHEL9 Docker Container with Ollama and LiteLLM
  • 2527bc9 Added md file extension to instruction file
  • ef63bdd Changed formating for the following files:

📊 Changes

9 files changed (+454 additions, -0 deletions)

View changed files

rhel9-docker/Dockerfile (+71 -0)
rhel9-docker/Instructions.md (+16 -0)
rhel9-docker/NGC-DL-CONTAINER-LICENSE (+285 -0)
rhel9-docker/config.yaml (+3 -0)
rhel9-docker/cuda.repo-arm64 (+6 -0)
rhel9-docker/cuda.repo-x86_64 (+6 -0)
rhel9-docker/docker-compose.yaml (+40 -0)
rhel9-docker/entrypoint.sh (+8 -0)
rhel9-docker/requirements.txt (+19 -0)

📄 Description

This PR will create a folder in the root of the project named "rhel9-docker" which contains all the necessary files required to create a Red Hat Linux Enterprise 9 base docker container.

This is useful due to some users wanting to use Ollama in corporate environments where RHEL is a requirement.

This container runs with a non-root user and INIT disabled for security and runs Ollama serve along with LiteLLM for OAI API support.

See the "information.md" markup file for more information.


🔄 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/1487 **Author:** [@ibbobud](https://github.com/ibbobud) **Created:** 12/12/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `RHEL9-Docker` --- ### 📝 Commits (3) - [`0f00425`](https://github.com/ollama/ollama/commit/0f0042518cd86ffea4adb1c426478015f89918fc) RHEL9 Docker Container with Ollama and LiteLLM - [`2527bc9`](https://github.com/ollama/ollama/commit/2527bc9a76c3345c18a35bbb614663339dab05c1) Added md file extension to instruction file - [`ef63bdd`](https://github.com/ollama/ollama/commit/ef63bdd8aade326bf389297e70d3a684fe4bf51b) Changed formating for the following files: ### 📊 Changes **9 files changed** (+454 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `rhel9-docker/Dockerfile` (+71 -0) ➕ `rhel9-docker/Instructions.md` (+16 -0) ➕ `rhel9-docker/NGC-DL-CONTAINER-LICENSE` (+285 -0) ➕ `rhel9-docker/config.yaml` (+3 -0) ➕ `rhel9-docker/cuda.repo-arm64` (+6 -0) ➕ `rhel9-docker/cuda.repo-x86_64` (+6 -0) ➕ `rhel9-docker/docker-compose.yaml` (+40 -0) ➕ `rhel9-docker/entrypoint.sh` (+8 -0) ➕ `rhel9-docker/requirements.txt` (+19 -0) </details> ### 📄 Description This PR will create a folder in the root of the project named "rhel9-docker" which contains all the necessary files required to create a Red Hat Linux Enterprise 9 base docker container. This is useful due to some users wanting to use Ollama in corporate environments where RHEL is a requirement. This container runs with a non-root user and INIT disabled for security and runs Ollama serve along with LiteLLM for OAI API support. See the "information.md" markup file for more information. --- <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 15:27:48 -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#21139