This commit is contained in:
IAN MILLER 2025-07-24 22:13:15 +02:00 committed by GitHub
commit 5ef6ae4978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 41 additions and 26 deletions

View file

@ -117,9 +117,9 @@ docker run \
-it \
--pull always \
-p $LLAMA_STACK_PORT:$LLAMA_STACK_PORT \
-v ./run.yaml:/root/my-run.yaml \
-v ./run.yaml:/.llama/my-run.yaml \
llamastack/distribution-{{ name }} \
--config /root/my-run.yaml \
--config /.llama/my-run.yaml \
--port $LLAMA_STACK_PORT \
--env NVIDIA_API_KEY=$NVIDIA_API_KEY
```