Skip to content

Feature/ollama models - #14

Merged
DevNiall merged 2 commits into
mainfrom
feature/ollama-models
Nov 24, 2025
Merged

Feature/ollama models#14
DevNiall merged 2 commits into
mainfrom
feature/ollama-models

Conversation

@DevNiall

Copy link
Copy Markdown
Contributor

This pull request introduces a new workflow and supporting documentation for building, publishing, and using a pre-loaded Ollama models data volume container. It adds example configurations and usage patterns for development environments, including Docker Compose and VS Code Dev Containers, and improves documentation for onboarding and troubleshooting.

Ollama Models Volume Workflow and Usage

Workflow automation:

  • Added .github/workflows/build-ollama-models.yml to automate building and publishing a container image with pre-pulled Ollama models, supporting custom model selection and tagging, and integrating security scanning and release summaries.

Example configurations:

  • Added examples/docker-compose.ollama.yml and examples/.devcontainer/docker-compose.yml for multi-container setups with Ollama, models data volume, and a development container, including health checks and environment variable support. [1] [2]
  • Added examples/.devcontainer/devcontainer.json for VS Code Dev Container integration, enabling Ollama API access and AI-assisted coding via the Continue extension.

Documentation and onboarding:

  • Added examples/README.md and updated main README.md to document quick start instructions, usage patterns, troubleshooting, environment-specific examples, and links to main Ollama models volume documentation. [1] [2]

These changes provide a standardized, reproducible way to use Ollama models in development and restricted environments, with clear instructions and automation for building and consuming the models data volume.

…ration

- Created `.devcontainer/devcontainer.json` for VS Code integration with Ollama models.
- Added `docker-compose.yml` for orchestrating Ollama and model services.
- Introduced `README.md` with usage instructions and examples for Ollama models.
- Implemented `docker-compose.ollama.yml` for a complete Docker Compose setup.
- Developed `quick-start-ollama.sh` script for automated setup of Ollama with pre-loaded models.
- Added `build-ollama-volume.sh` script to build and publish Ollama model data volume to GHCR.
@DevNiall
DevNiall merged commit c61532d into main Nov 24, 2025
1 check failed
@DevNiall
DevNiall deleted the feature/ollama-models branch November 24, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant