knox revised this gist . Go to revision
1 file changed, 7 insertions
kotaemon-readme-4.sh(file created)
@@ -0,0 +1,7 @@ | |||
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 |
Newer
Older