From 82073bba685b8083ffc8e8e317764749299187ba Mon Sep 17 00:00:00 2001 From: stirling-image Date: Wed, 15 Apr 2026 09:17:07 +0800 Subject: [PATCH] Update README.md Temporarily use the older docker hub until the new amd64/arm64 docker container is pushed to to the new docker hub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c4fdc1..78ccab2c 100644 --- a/README.md +++ b/README.md @@ -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.