Update getting_started.md

This commit is contained in:
Xi Yan 2024-10-25 13:30:33 -07:00 committed by GitHub
parent f168752bba
commit 8a74e400d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,8 @@ You have two ways to start up Llama stack server:
To download and start running a pre-built docker container, you may use the following commands:
```
$ cd llama-stack/distributions/meta-reference-gpu
$ docker run -it -p 5000:5000 -v ~/.llama:/root/.llama -v ./run.yaml:/root/my-run.yaml --gpus=all distribution-meta-reference-gpu --yaml_config /root/my-run.yaml
cd llama-stack/distributions/meta-reference-gpu
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama -v ./run.yaml:/root/my-run.yaml --gpus=all distribution-meta-reference-gpu --yaml_config /root/my-run.yaml
```
> [!TIP]