From 4d7f16475fdc7a64161db9c17a016476bb5eb9ec Mon Sep 17 00:00:00 2001 From: taprosoft Date: Fri, 6 Sep 2024 03:07:42 +0000 Subject: [PATCH] docs: update default Docker image instruction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a383343..4e88758 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ developers in mind. [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-31013/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) - -docker pull taprosoft/kotaemon:v1.0 + +docker pull ghcr.io/cinnamon/kotaemon:latest [![built with Codeium](https://codeium.com/badges/main)](https://codeium.com) @@ -89,7 +89,7 @@ docker run \ -e GRADIO_SERVER_NAME=0.0.0.0 \ -e GRADIO_SERVER_PORT=7860 \ -p 7860:7860 -it --rm \ -taprosoft/kotaemon:v1.0 +ghcr.io/cinnamon/kotaemon:latest ``` Navigate to `http://localhost:7860/` to access the web UI.