From 848c4edfd535c5321b293bfec3df6eaae6d735bf Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 6 Apr 2023 22:52:35 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2017411b..caae995c 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,12 @@ As an alternative to the recommended WSL method, you can install the web UI nati ### Alternative: Docker ``` -cp .env.example .env # make sure to edit it and set the appropriate CUDA version for your GPU +cp .env.example .env docker-compose up --build ``` +Make sure to edit `.env.example` and set the appropriate CUDA version for your GPU. + You need to have docker compose v2.17 or higher installed in your system. For installation instructions, see [Docker compose installation](https://github.com/oobabooga/text-generation-webui/wiki/Docker-compose-installation). Contributed by [@loeken](https://github.com/loeken) in [#633](https://github.com/oobabooga/text-generation-webui/pull/633)