Update README and installation guide to clarify Docker support and CUDA configuration

This commit is contained in:
2025-09-28 19:33:12 +02:00
parent bb0176b7f5
commit 169ee422ec
2 changed files with 7 additions and 4 deletions

View File

@@ -110,7 +110,8 @@ docker-compose up llamactl-llamacpp -d
docker-compose up llamactl-vllm -d
```
**Features:** Full CUDA support, automatic latest release installation, no backend dependencies.
**Features:** CUDA support, automatic latest release installation, no backend dependencies.
**Note:** Dockerfiles are configured for CUDA. Adapt base images for other platforms (CPU, ROCm, etc.).
For detailed Docker setup and configuration, see the [Installation Guide](docs/getting-started/installation.md).