10000 Add OLLAMA_HOST environment variable; Pin Supabase version to v1.24.09 by edowson · Pull Request #94 · coleam00/local-ai-packaged · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add OLLAMA_HOST environment variable; Pin Supabase version to v1.24.09 #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

edowson
Copy link
Contributor
@edowson edowson commented Jun 10, 2025

This patch series defines an OLLAMA_HOST environment variable for the ollama init service to avoid repeating it when pulling ollama models:

  environment:
    - OLLAMA_HOST=ollama:11434
  command:
    - "-c"
    - "sleep 3; ollama pull qwen2.5:7b-instruct-q4_K_M; ollama pull nomic-embed-text"

It also pins the Supabase version to v1.24.09 to avoid breaking a local installation due to Supabase changes upstream.

@edowson edowson changed the title docker-compose.yml: Add OLLAMA_HOST environment variable. Add OLLAMA_HOST environment variable; Pin Supabase version to v1.24.09 Jun 12, 2025
edowson added 2 commits June 20, 2025 02:57
This will help avoid lengthy commands that specify the OLLAMA_HOST
environment variables each time to download models for the
init-ollama service.

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
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
0