mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
docs: update container deployment guides for distributions
This commit is contained in:
parent
ecdcfb28ca
commit
f009c0b534
9 changed files with 19 additions and 19 deletions
|
@ -91,7 +91,7 @@ following command:
|
|||
docker run -it \
|
||||
--pull always \
|
||||
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
|
||||
-v ~/.llama:/root/.llama \
|
||||
-v ~/.llama:/.llama \
|
||||
llamastack/distribution-starter \
|
||||
--port $LLAMA_STACK_PORT \
|
||||
--env INFERENCE_MODEL=$INFERENCE_MODEL \
|
||||
|
@ -112,7 +112,7 @@ Linux users having issues running the above command should instead try the follo
|
|||
docker run -it \
|
||||
--pull always \
|
||||
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
|
||||
-v ~/.llama:/root/.llama \
|
||||
-v ~/.llama:/.llama \
|
||||
--network=host \
|
||||
llamastack/distribution-starter \
|
||||
--port $LLAMA_STACK_PORT \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue