docs: improve installation instructions (#620) #none
* docs: update instructions * fix: typo in CONTRIBUTING.md (#614) * fix: typo in usage.md (#598) minor typo fix (tt -> it) --------- Co-authored-by: Varun Sharma <contactvarun27@gmail.com> Co-authored-by: natowi <natowi@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5343d0d3ee
commit
1c5849c711
@@ -101,6 +101,7 @@ documents and developers who want to build their own RAG pipeline.
|
||||
docker run \
|
||||
-e GRADIO_SERVER_NAME=0.0.0.0 \
|
||||
-e GRADIO_SERVER_PORT=7860 \
|
||||
-v ./ktem_app_data:/app/ktem_app_data \
|
||||
-p 7860:7860 -it --rm \
|
||||
ghcr.io/cinnamon/kotaemon:main-lite
|
||||
```
|
||||
@@ -111,6 +112,7 @@ documents and developers who want to build their own RAG pipeline.
|
||||
docker run \
|
||||
-e GRADIO_SERVER_NAME=0.0.0.0 \
|
||||
-e GRADIO_SERVER_PORT=7860 \
|
||||
-v ./ktem_app_data:/app/ktem_app_data \
|
||||
-p 7860:7860 -it --rm \
|
||||
ghcr.io/cinnamon/kotaemon:main-full
|
||||
```
|
||||
@@ -122,6 +124,7 @@ documents and developers who want to build their own RAG pipeline.
|
||||
docker run \
|
||||
-e GRADIO_SERVER_NAME=0.0.0.0 \
|
||||
-e GRADIO_SERVER_PORT=7860 \
|
||||
-v ./ktem_app_data:/app/ktem_app_data \
|
||||
-p 7860:7860 -it --rm \
|
||||
--platform linux/arm64 \
|
||||
ghcr.io/cinnamon/kotaemon:main-lite
|
||||
|
Reference in New Issue
Block a user