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