From dbe3e3d54bbb4afa1386a198ecd5496f63db5aeb Mon Sep 17 00:00:00 2001 From: Alexandre de Lemeny-Makedonr <13944652+nitatemic@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:53:13 +0200 Subject: [PATCH] Fixed docker image name in docker build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0432888..4d83b59 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The official image is available at dockerhub: [ruecat/ollama-telegram](https://h 2. To run ollama from locally installed instance (mainly for **MacOS**, since docker image doesn't support Apple GPU acceleration yet): ``` - docker compose up --build -d ollama-telegram + docker compose up --build -d ollama-tg ``` ## Environment Configuration