docs: collapse lite/cuda variants in README quick start

Keep the main docker run command front and center. Lite and CUDA
variants are in a collapsible details block so the quick start
section stays scannable.
This commit is contained in:
Siddharth Kumar Sah
2026-04-05 23:46:27 +08:00
parent 42525db6dc
commit acde7af08a
2 changed files with 10 additions and 3 deletions
+10 -3
View File
@@ -39,19 +39,26 @@
docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:latest docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:latest
``` ```
Don't need AI tools? The lite image is 1.5 GB instead of 11 GB: Open http://localhost:1349 in your browser.
<details>
<summary>Other image variants</summary>
**Lite** - no AI tools, 1.5 GB instead of 11 GB:
```bash ```bash
docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:lite docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:lite
``` ```
Have an NVIDIA GPU? The CUDA image accelerates background removal, upscaling, and OCR: **CUDA** - GPU-accelerated background removal, upscaling, and OCR (NVIDIA only):
```bash ```bash
docker run -d -p 1349:1349 --gpus all -v stirling-data:/data stirlingimage/stirling-image:cuda docker run -d -p 1349:1349 --gpus all -v stirling-data:/data stirlingimage/stirling-image:cuda
``` ```
Open http://localhost:1349 in your browser. See [Docker Tags](https://stirling-image.github.io/stirling-image/guide/docker-tags) for details, benchmarks, and Docker Compose examples.
</details>
**Default credentials:** **Default credentials:**
BIN
View File
Binary file not shown.