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: 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: . 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: .