From df086d3c8c7fc79164aa02d6a8b927473c450d34 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Thu, 4 Jan 2024 18:42:23 -0800 Subject: [PATCH] fix docker doc to point to hub Signed-off-by: Matt Williams --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 55e73dcb..fd5b902f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ Import models using source model weights found on Hugging Face and similar sites Installing on Linux in most cases is easy using the script on Ollama.ai. To get more detail about the install, including CUDA drivers, see the **[Linux Documentation](./linux.md)**. -Many of our users like the flexibility of using our official Docker Image. Learn more about using Docker with Ollama using the **[Docker Documentation](./docker.md)**. +Many of our users like the flexibility of using our official Docker Image. Learn more about using Docker with Ollama using the **[Docker Documentation](https://hub.docker.com/r/ollama/ollama)**. It is easy to install on Linux and Mac, but many users will choose to build Ollama on their own. To do this, refer to the **[Development Documentation](./development.md)**.