Getting Started
Choose the startup path that matches your machine and your target workflow.
Choose a path
-
CPU-only setup without GPU Both variants use the published image
ghcr.io/xschahl/vaquila:latestand cover: -
simple
docker run -
Dockerfile-based wrapper images
-
Docker Compose
-
CLI usage
-
Web UI usage
Shared prerequisites
- Docker Desktop or Docker Engine
- Python is not required for Docker-first workflows
- A host path for the Hugging Face cache that Docker can read
Set at least:
VAQ_HF_CACHE_HOST_PATH=/absolute/path/to/huggingface/cache
For CPU-only workflows, also set:
VAQ_VLLM_CPU_IMAGE=vllm/vllm-openai-cpu:latest
On Windows with Docker Desktop, prefer a path that the Docker daemon can read correctly.
Quick check
docker pull ghcr.io/xschahl/vaquila:latest
docker run --rm ghcr.io/xschahl/vaquila:latest --help
Examples
Functional examples are available in docs/examples/:
docs/examples/ghcr/docker-compose.ymldocs/examples/ghcr/Dockerfiledocs/examples/ghcr/.env.exampledocs/examples/webui/docker-compose.ymldocs/examples/webui/Dockerfile
Use these pages for the step-by-step launch guides: