docs: update default Docker image instruction
This commit is contained in:
parent
ef7e91fcae
commit
4d7f16475f
|
@ -14,8 +14,8 @@ developers in mind.
|
|||
|
||||
[](https://www.python.org/downloads/release/python-31013/)
|
||||
[](https://github.com/psf/black)
|
||||
<a href="https://hub.docker.com/r/taprosoft/kotaemon" target="_blank">
|
||||
<img src="https://img.shields.io/badge/docker_pull-kotaemon:v1.0-brightgreen" alt="docker pull taprosoft/kotaemon:v1.0"></a>
|
||||
<a href="https://github.com/Cinnamon/kotaemon" target="_blank">
|
||||
<img src="https://img.shields.io/badge/docker_pull-kotaemon:latest-brightgreen" alt="docker pull ghcr.io/cinnamon/kotaemon:latest"></a>
|
||||
[](https://codeium.com)
|
||||
<a href='https://huggingface.co/spaces/cin-model/kotaemon-demo'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue'></a>
|
||||
|
||||
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user