kotaemon-readme-4.sh
· 219 B · Bash
原始檔案
# To run docker with platform linux/arm64
docker run \
-e GRADIO_SERVER_NAME=0.0.0.0 \
-e GRADIO_SERVER_PORT=7860 \
-p 7860:7860 -it --rm \
--platform linux/arm64 \
ghcr.io/cinnamon/kotaemon:main-lite
1 | # To run docker with platform linux/arm64 |
2 | docker run \ |
3 | -e GRADIO_SERVER_NAME=0.0.0.0 \ |
4 | -e GRADIO_SERVER_PORT=7860 \ |
5 | -p 7860:7860 -it --rm \ |
6 | --platform linux/arm64 \ |
7 | ghcr.io/cinnamon/kotaemon:main-lite |