Update README.md

Temporarily use the older docker hub until the new amd64/arm64 docker container is pushed to to the new docker hub
This commit is contained in:
stirling-image
2026-04-15 09:17:07 +08:00
committed by GitHub
parent b7033b3f53
commit 82073bba68
+2 -2
View File
@@ -35,7 +35,7 @@
## Quick Start
```bash
docker run -d -p 1349:1349 -v ashim-data:/data ashimhq/ashim:latest
docker run -d -p 1349:1349 -v ashim-data:/data stirlingimage/stirling-image:latest
```
Open http://localhost:1349 in your browser.
@@ -47,7 +47,7 @@ Open http://localhost:1349 in your browser.
Add `--gpus all` for GPU-accelerated background removal, upscaling, and OCR:
```bash
docker run -d -p 1349:1349 --gpus all -v ashim-data:/data ashimhq/ashim:latest
docker run -d -p 1349:1349 --gpus all -v ashim-data:/data stirlingimage/stirling-image:latest
```
> Requires an NVIDIA GPU and [Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html). Falls back to CPU if no GPU is found. See [Docker Tags](https://ashim-hq.github.io/ashim/guide/docker-tags) for benchmarks and Docker Compose examples.