[PR #303] [MERGED] DockerIt example #10086

Closed
opened 2026-04-12 22:51:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/303
Author: @technovangelist
Created: 8/7/2023
Status: Merged
Merged: 8/16/2023
Merged by: @technovangelist

Base: mainHead: matt/dockerit


📝 Commits (1)

📊 Changes

4 files changed (+53 additions, -0 deletions)

View changed files

examples/dockerit/Modelfile (+20 -0)
examples/dockerit/README.md (+15 -0)
examples/dockerit/dockerit.py (+17 -0)
examples/dockerit/requirements.txt (+1 -0)

📄 Description

This is a simple example of a model to generate Dockerfiles, along with a Python script to build and run the resulting docker image.


🔄 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/303 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `matt/dockerit` --- ### 📝 Commits (1) - [`e37f4c4`](https://github.com/ollama/ollama/commit/e37f4c4f42f1fb2fee7798393343604337e259c3) DockerIt example ### 📊 Changes **4 files changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/dockerit/Modelfile` (+20 -0) ➕ `examples/dockerit/README.md` (+15 -0) ➕ `examples/dockerit/dockerit.py` (+17 -0) ➕ `examples/dockerit/requirements.txt` (+1 -0) </details> ### 📄 Description This is a simple example of a model to generate Dockerfiles, along with a Python script to build and run the resulting docker image. --- <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-12 22:51:22 -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#10086