Compare commits

..

No commits in common. "01e0c5bd8d9b2c1a5e190696c4424763a4384a9d" and "fdeff1e9b7419fbc775876416fd4dfee80b15b12" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View File

@ -23,9 +23,8 @@ git clone https://git.brianfertig.com/brianfertig/LocalAIChat.git LocalAIChat
2. Edit ```.env``` file to contain your ultimate secret passwords 2. Edit ```.env``` file to contain your ultimate secret passwords
3. Copy ```config/mcpo/sample.config.json``` to ```config/mcpo/config.json``` 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 4. Note -- there is no need to edit the config.json file right away
5. If you have an NVidia GPU, open ```docker-compose.yml``` and uncomment the lines from the Ollama container 5. From the root directory (of this repo) run ```docker compose up -d```
6. 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
7. If you experience any errors, run it again until it stands completely up
## Next Steps ## Next Steps

View File

@ -3,14 +3,6 @@ services:
volumes: volumes:
- ./files/ollama:/root/.ollama - ./files/ollama:/root/.ollama
container_name: ollama container_name: ollama
#UNCOMMENT THESE LINES IF YOU HAVE AN NVIDIA GPU
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]
pull_policy: always pull_policy: always
tty: true tty: true
restart: unless-stopped restart: unless-stopped