[PR #479] [MERGED] update dockerfile #72470

Closed
opened 2026-05-05 03:59:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/479
Author: @mxyng
Created: 9/6/2023
Status: Merged
Merged: 9/6/2023
Merged by: @mxyng

Base: mainHead: mxyng/dockerfile


📝 Commits (1)

📊 Changes

2 files changed (+13 additions, -11 deletions)

View changed files

📝 .dockerignore (+1 -5)
📝 Dockerfile (+12 -6)

📄 Description

docker build -t ollama .
docker run -d -p 11434:11434 -v $HOME/.ollama:/home/ollama/.ollama ollama

This container image does not build GPU. That'll come later, after #454


🔄 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/479 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 9/6/2023 **Status:** ✅ Merged **Merged:** 9/6/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/dockerfile` --- ### 📝 Commits (1) - [`9795b43`](https://github.com/ollama/ollama/commit/9795b43d93b4a7d135d588b1b906340dda5144f2) update dockerfile ### 📊 Changes **2 files changed** (+13 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -5) 📝 `Dockerfile` (+12 -6) </details> ### 📄 Description ``` docker build -t ollama . docker run -d -p 11434:11434 -v $HOME/.ollama:/home/ollama/.ollama ollama ``` This container image does not build GPU. That'll come later, after #454 --- <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-05-05 03:59:25 -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#72470