From 20517150865f9e111ca7b021847d359100f094d0 Mon Sep 17 00:00:00 2001 From: Martin Popovski Date: Thu, 15 Feb 2024 02:16:57 +0000 Subject: [PATCH] Add info for non Nvidia users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 06235e0..6bb6dd1 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ Example: ## Development +### Non Nvidia + +If you don't have an Nvidia GPU, then remove the `nvidia` resource from the `ollama` service in the `compose.yaml` file. + ### Setup First copy the `.devcontainer/.env.example` file to `.devcontainer/.env` and adjust the settings and models to your needs.