Skip to content

Issue running steps in Quick Start guide #959

Answered by mertpaker
nathan-weinberg asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I edited my first command. --network=host should be before the image definition.

Can you please try this one?

docker run -it \
  -p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
  -v ~/.llama:/root/.llama \
  --network=host \
  llamastack/distribution-ollama \
  --port $LLAMA_STACK_PORT \
  --env INFERENCE_MODEL=$INFERENCE_MODEL \
  --env OLLAMA_URL=http://localhost:11434

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@nathan-weinberg
Comment options

@mertpaker
Comment options

@nathan-weinberg
Comment options

@mertpaker
Comment options

Answer selected by nathan-weinberg
@nathan-weinberg
Comment options

@mertpaker
Comment options

@nathan-weinberg
Comment options

@nathan-weinberg
Comment options

Comment options

You must be logged in to vote
1 reply
@nathan-weinberg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants