Updated Docker Docs (#4900)

This commit is contained in:
Penagwin 2023-12-12 16:03:50 -05:00 committed by GitHub
parent 8513028968
commit 85a1d8965c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Use these commands to launch the image:
``` ```
cd text-generation-webui cd text-generation-webui
ln -s docker/{Dockerfile,docker-compose.yml,.dockerignore} . ln -s docker/{nvidia/Dockerfile,docker-compose.yml,.dockerignore} .
cp docker/.env.example .env cp docker/.env.example .env
# Edit .env and set TORCH_CUDA_ARCH_LIST based on your GPU model # Edit .env and set TORCH_CUDA_ARCH_LIST based on your GPU model
docker compose up --build docker compose up --build