Pull Model 1 exited with code 0

Open
#132 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker, docker-compose, ollama
Domain
ai, devops

Research direction

Start by running docker compose up with the reported .env values and inspect the pull-model-1 logs, especially the Ollama connection at http://host.docker.internal:11434. Done means the model pull completes successfully and all seven containers remain running; the issue does not identify a specific source file or test.

Written by the indexing model from the issue text.

Description

When i do docker compose up , i get the below error. 6 out of the 7 containers are running, except for the pull-model-1. ollama is running on my mac M1 already. I have the following in my .env file

LLM=llama2:latest
EMBEDDING_MODEL=sentence_transformer
OLLAMA_BASE_URL=http://host.docker.internal:11434

Error Details:
pull-model-1 | pulling ollama model llama2 using http://host.docker.internal:11434
pull-model-1 exited with code 0

Dominant language
Python
Stars
5.4k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from docker/genai-stack

All issues in docker/genai-stack

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.