From 90e3479b29cd40df62b5daeb1ff84d193bdcf5cb Mon Sep 17 00:00:00 2001 From: Code Arranger <80373433+codearranger@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:16:58 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9532d88..23c8bd4 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,14 @@ cargo run --bin moshi-cli -r -- tui --host localhost python -m moshi.client ``` +### Docker Compose (CUDA only) + +```bash +docker compose up +``` + +* Requires [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) + ### WebUI The web UI can be built from this repo via the