Update getting_started.md (#260)

This commit is contained in:
ATH 2024-10-16 21:05:36 -04:00 committed by GitHub
parent c4d5d6bb91
commit 319a6b5f83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ You may also checkout this [notebook](https://github.com/meta-llama/llama-stack/
#### Via docker #### Via docker
``` ```
docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack-local-gpu docker run -it -p 5000:5000 -v ~/.llama:/root/.llama --gpus=all llamastack/llamastack-local-gpu
``` ```
> [!NOTE] > [!NOTE]