Skip to content
2 changes: 1 addition & 1 deletion docs/09 - Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use these commands to launch the image:

```
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
# Edit .env and set TORCH_CUDA_ARCH_LIST based on your GPU model
docker compose up --build
Expand Down