Fix Docker image tag in docs quick start (latest → latest-local)
This commit is contained in:
parent
526e3571f1
commit
18316f513e
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Upload a PDF, configure the extraction pipeline, and visualize the results — t
|
|||
|
||||
```bash
|
||||
# Docker (fastest)
|
||||
docker run -p 3000:3000 ghcr.io/scub-france/docling-studio:latest
|
||||
docker run -p 3000:3000 ghcr.io/scub-france/docling-studio:latest-local
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) and upload a PDF.
|
||||
|
|
|
|||
Loading…
Reference in a new issue