From 01e0c5bd8d9b2c1a5e190696c4424763a4384a9d Mon Sep 17 00:00:00 2001 From: Brian Fertig Date: Tue, 1 Jul 2025 19:43:29 -0600 Subject: [PATCH] Updated Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ffa888..48adb17 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ git clone https://git.brianfertig.com/brianfertig/LocalAIChat.git LocalAIChat 2. Edit ```.env``` file to contain your ultimate secret passwords 3. Copy ```config/mcpo/sample.config.json``` to ```config/mcpo/config.json``` 4. Note -- there is no need to edit the config.json file right away -5. From the root directory (of this repo) run ```docker compose up -d``` -6. If you experience any errors, run it again until it stands completely up +5. If you have an NVidia GPU, open ```docker-compose.yml``` and uncomment the lines from the Ollama container +6. From the root directory (of this repo) run ```docker compose up -d``` +7. If you experience any errors, run it again until it stands completely up ## Next Steps