Skip to content

Commit

Permalink
Updated Docker Docs (#4900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Penagwin committed Dec 12, 2023
1 parent 8513028 commit 85a1d89
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 85a1d89

Please sign in to comment.