done with issue #1

This commit is contained in:
Gormery Kombo Wanjiru
2024-02-11 10:55:35 +01:00
parent 5e3a47e36c
commit 41f7d73acd

View File

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