[PR #3603] [CLOSED] updates #57910

Closed
opened 2026-04-29 12:42:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3603
Author: @ozalperen
Created: 4/11/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

175 files changed (+27858 additions, -18 deletions)

View changed files

📝 .dockerignore (+19 -8)
.eslintignore (+13 -0)
.eslintrc.cjs (+30 -0)
.github/FUNDING.yml (+1 -0)
.github/ISSUE_TEMPLATE/bug_report.md (+60 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+19 -0)
.github/workflows/docker-build.yaml (+59 -0)
.github/workflows/format-backend.yaml (+27 -0)
.github/workflows/format-build-frontend.yaml (+22 -0)
.github/workflows/lint-backend.disabled (+27 -0)
.github/workflows/lint-frontend.disabled (+21 -0)
📝 .gitignore (+296 -9)
.npmrc (+1 -0)
.prettierignore (+16 -0)
.prettierrc (+9 -0)
Caddyfile.localhost (+64 -0)
INSTALLATION.md (+35 -0)
📝 LICENSE (+22 -0)
📝 README.md (+301 -0)
TROUBLESHOOTING.md (+32 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/3603 **Author:** [@ozalperen](https://github.com/ozalperen) **Created:** 4/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`162641e`](https://github.com/ollama/ollama/commit/162641ee43786cf6dc35c7291c2961f9a16e2076) Update requirements.txt - [`9c44331`](https://github.com/ollama/ollama/commit/9c44331663605be3a414c16c3c593558f4c091a8) Merge pull request #422 from ollama-webui/dev - [`0345a80`](https://github.com/ollama/ollama/commit/0345a80033accdc5ac211b5af99bd70ad84b5c37) feat: include embedding weight to image - [`87326a3`](https://github.com/ollama/ollama/commit/87326a31572ba6b5e5dd023cbbbcd996edc86029) fix: docker - [`fe587c8`](https://github.com/ollama/ollama/commit/fe587c87f77e22b573c951ae5b8c203a9f019f34) fix: docker - [`34b0802`](https://github.com/ollama/ollama/commit/34b0802cac6003bc389bace80b2874d334988e39) fix: docker - [`706a8d4`](https://github.com/ollama/ollama/commit/706a8d4f8df0bbfb3137ba3add424a6c87920fa0) fix - [`02f364b`](https://github.com/ollama/ollama/commit/02f364bfd9501834c70c834c9d551e8a617df656) fix: dockerfile - [`34e5445`](https://github.com/ollama/ollama/commit/34e54454242a2a0656fc042b818541669e551242) Merge pull request #423 from ollama-webui/dev - [`2603ac3`](https://github.com/ollama/ollama/commit/2603ac30bc4dc04069759cd1d5ce9eb2f747cd9e) feat: documents ### 📊 Changes **175 files changed** (+27858 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+19 -8) ➕ `.eslintignore` (+13 -0) ➕ `.eslintrc.cjs` (+30 -0) ➕ `.github/FUNDING.yml` (+1 -0) ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+60 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+19 -0) ➕ `.github/workflows/docker-build.yaml` (+59 -0) ➕ `.github/workflows/format-backend.yaml` (+27 -0) ➕ `.github/workflows/format-build-frontend.yaml` (+22 -0) ➕ `.github/workflows/lint-backend.disabled` (+27 -0) ➕ `.github/workflows/lint-frontend.disabled` (+21 -0) 📝 `.gitignore` (+296 -9) ➕ `.npmrc` (+1 -0) ➕ `.prettierignore` (+16 -0) ➕ `.prettierrc` (+9 -0) ➕ `Caddyfile.localhost` (+64 -0) ➕ `INSTALLATION.md` (+35 -0) 📝 `LICENSE` (+22 -0) 📝 `README.md` (+301 -0) ➕ `TROUBLESHOOTING.md` (+32 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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-29 12:42:10 -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#57910