From 0a6090edfd4bcc1f2c54d27c504480101af62cf7 Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Mon, 15 Jul 2024 16:42:06 -0700 Subject: [PATCH] Tweaked docker commands --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe15153b..0417a87e 100644 --- a/README.md +++ b/README.md @@ -380,10 +380,13 @@ If you want to try different RAG queries, modify the `query` in the [test script ### Shutting Down -When shutting down the pipeline, it's best to shut down all Docker containers and volumes. +When shutting down the pipeline, it's best to shut down all Docker containers and volumes. Run the `docker compose down` command that corresponds to your model deployment: ``` -docker-compose -f docker-compose-.yaml down --volumes +docker-compose -f docker-compose-azure.yaml down --volumes +docker-compose -f docker-compose-claude.yaml down --volumes +docker-compose -f docker-compose-ollama.yaml down --volumes +docker-compose -f docker-compose-vertexai.yaml down --volumes ``` To confirm all Docker containers have been shut down, check that the following list is empty: