diff --git a/llama_stack/distribution/docker/README.md b/llama_stack/distribution/docker/README.md index ea116e002..962a07def 100644 --- a/llama_stack/distribution/docker/README.md +++ b/llama_stack/distribution/docker/README.md @@ -3,7 +3,7 @@ This folder contains scripts to enable starting a distribution using `docker compose`. -#### TGI Inference Adapter +#### Example: TGI Inference Adapter ``` $ cd llama_stack/distribution/docker/tgi $ ls @@ -21,3 +21,8 @@ INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://[::]:5000 (Press CTRL+C to quit) ``` + +To kill the server +``` +docker compose down +```