Updated Readme

This commit is contained in:
Brian Fertig 2025-07-01 19:43:29 -06:00
parent 5e6769c783
commit 01e0c5bd8d
1 changed files with 3 additions and 2 deletions

View File

@ -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