kotaemon-readme-3.sh
· 153 B · Bash
原始文件
docker run \
-e GRADIO_SERVER_NAME=0.0.0.0 \
-e GRADIO_SERVER_PORT=7860 \
-p 7860:7860 -it --rm \
ghcr.io/cinnamon/kotaemon:main-full
1 | docker run \ |
2 | -e GRADIO_SERVER_NAME=0.0.0.0 \ |
3 | -e GRADIO_SERVER_PORT=7860 \ |
4 | -p 7860:7860 -it --rm \ |
5 | ghcr.io/cinnamon/kotaemon:main-full |