From ec979cd9c4dbb014cb63a01a0ae7eda905d41472 Mon Sep 17 00:00:00 2001 From: MarlinMr <51798819+MarlinMr@users.noreply.github.com> Date: Fri, 7 Apr 2023 15:48:47 +0200 Subject: [PATCH] Use updated docker compose (#877) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f01717..9b77ca5 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ As an alternative to the recommended WSL method, you can install the web UI nati ``` cp .env.example .env -docker-compose up --build +docker compose up --build ``` Make sure to edit `.env.example` and set the appropriate CUDA version for your GPU.