Fix Dell distro documentation code snippets

This commit is contained in:
Connor Hack 2025-10-01 14:48:54 -04:00
parent 28bbbcf2c1
commit 5349702a27
2 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@ docker run -it \
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
-v $HOME/.llama:/root/.llama \
# NOTE: mount the llama-stack directory if testing local changes else not needed
-v /home/hjshah/git/llama-stack:/app/llama-stack-source \
-v $HOME/git/llama-stack:/app/llama-stack-source \
# localhost/distribution-dell:dev if building / testing locally
llamastack/distribution-{{ name }}\
--port $LLAMA_STACK_PORT \