mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-17 19:27:00 +00:00
- Add OLLAMA_VERSION build arg to Dockerfiles - Update Makefile to pass version via --build-arg - Add .env.example as local development reference - Update build.yml to use cicd-1 environment for vars.OLLAMA_VERSION Fixes #8 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
# Ollama37 Build Configuration
|
|
# Copy this file to .env and customize as needed
|
|
#
|
|
# Usage:
|
|
# cp .env.example .env
|
|
# # Edit .env with your values
|
|
# make build
|
|
|
|
# Ollama version to embed in the binary
|
|
# This version is displayed by 'ollama --version' and in logs
|
|
OLLAMA_VERSION=2.0.1
|