Minor docker changes

This commit is contained in:
oobabooga 2023-11-29 21:27:23 -08:00
parent 88620c6b39
commit 000b77a17d
2 changed files with 1 additions and 2 deletions

View file

@ -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