Dockerfile script to build a docker container for oobabooga/text-generation-webui with conda-ready environment
For low GPU VRAM-capable machines
- You have gnu/linux or macOS
- You have at least 64 GB of RAM
- You have docker engine installed
- You have an NVIDIA gpu with >=6GB VRAM and supporting CUDA compute compatibility >=7.5
Please, make sure you have fully installed/configure the NVIDIA Container Toolkit checking this guide.
chmod +x build start stop rm
./build
./start
docker container attach text-generation-webui
./stop
./rm
- Currently, GPTQ-for-LLaMa and the monkey patch are not included