From 41f7d73acd44eeda26c416e1d4940cb35b3a8e9a Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Sun, 11 Feb 2024 10:55:35 +0100 Subject: [PATCH] done with issue #1 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d8dc8d1..de4eda6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ docker run --gpus all nvidia/cuda:11.5.2-base-ubuntu20.04 nvidia-smi Start Ollama and its dependencies using Docker Compose: +if gpu is configured +```bash +docker-compose -f docker-compose-ollama-gpu.yaml up -d +``` + +else ```bash docker-compose up -d ```