mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Minor docker changes
This commit is contained in:
parent
88620c6b39
commit
000b77a17d
@ -163,7 +163,7 @@ The requirments*.txt above contain various precompiled wheels. If you wish to co
|
||||
### Alternative: Docker
|
||||
|
||||
```
|
||||
ln -s docker/{nvidia/Dockerfile,docker-compose.yml} .
|
||||
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
|
||||
@ -174,7 +174,6 @@ docker compose up --build
|
||||
|
||||
* You need to have Docker Compose v2.17 or higher installed. See [this guide](https://github.com/oobabooga/text-generation-webui/wiki/09-%E2%80%90-Docker) for instructions.
|
||||
* For additional docker files, check out [this repository](https://github.com/Atinoda/text-generation-webui-docker).
|
||||
* Currently breaks GPTQ-for-Llama
|
||||
|
||||
### Updating the requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user