From 7a05d0155433f0ff69c258713796910dfe06df2e Mon Sep 17 00:00:00 2001 From: Luna Midori <118759930+lunamidori5@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:17:43 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5eac80e75..f736b94fe 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,13 @@ Or run the official container: - manually: `docker run -d -p 3000:3000 ghcr.io/enricoros/big-agi` - or, with docker-compose: `docker-compose up` or see [the documentation](docs/deploy-docker.md) for a composer file with integrated browsing +## ⚙️ Deploy with Midori AI Subsystem for Docker + +Follow the setup found on [Midori AI Subsystem Site](https://io.midori-ai.xyz/subsystem/manager/) for your host OS +After setting that up install the Big-AGI docker backend to the Midori AI Subsystem. + +Once that is done, you are all set! + ## ☁️ Deploy on Cloudflare Pages Please refer to the [Cloudflare deployment documentation](docs/deploy-cloudflare.md).