From 23f25c3a7d7ade38f82e44ed81b75a62a51cbb84 Mon Sep 17 00:00:00 2001 From: LV Nilesh Date: Sat, 22 Mar 2025 22:04:02 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3115422..cb432d1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ docker run --gpus all nvidia/cuda:11.5.2-base-ubuntu20.04 nvidia-smi 1. Clone the Docker Compose repository: ```bash - git clone https://github.com/valiantlynx/ollama-docker.git + git clone https://github.com/mythrantic/ollama-docker.git ``` 2. Change to the project directory: From b8733bbe553541f286bbe2feff7fdcfe0c37d8ca Mon Sep 17 00:00:00 2001 From: LV Nilesh Date: Sat, 22 Mar 2025 22:04:30 -0700 Subject: [PATCH 2/3] Update docker-compose-ollama-gpu.yaml --- docker-compose-ollama-gpu.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose-ollama-gpu.yaml b/docker-compose-ollama-gpu.yaml index 3895865..e5d0f70 100644 --- a/docker-compose-ollama-gpu.yaml +++ b/docker-compose-ollama-gpu.yaml @@ -1,5 +1,3 @@ -version: '3.8' - services: app: build: . From c89f706664b11fbd8d2ea2312dbbc2986d897b83 Mon Sep 17 00:00:00 2001 From: LV Nilesh Date: Sat, 22 Mar 2025 22:04:58 -0700 Subject: [PATCH 3/3] Update docker-compose.yml --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e19abdb..7678705 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.8' services: app: build: .