mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -35,7 +35,7 @@
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```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.
|
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:
|
Add `--gpus all` for GPU-accelerated background removal, upscaling, and OCR:
|
||||||
|
|
||||||
```bash
|
```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.
|
> 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user