Skip to content

Commit 848c4ed

Browse files
authored
Update README.md
1 parent e047cd1 commit 848c4ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ As an alternative to the recommended WSL method, you can install the web UI nati
118118
### Alternative: Docker
119119

120120
```
121-
cp .env.example .env # make sure to edit it and set the appropriate CUDA version for your GPU
121+
cp .env.example .env
122122
docker-compose up --build
123123
```
124124

125+
Make sure to edit `.env.example` and set the appropriate CUDA version for your GPU.
126+
125127
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).
126128

127129
Contributed by [@loeken](https://github.com/loeken) in [#633](https://github.com/oobabooga/text-generation-webui/pull/633)

0 commit comments

Comments
 (0)