mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
Update Docling image references in .env.example and docker-compose.yml
- Changed the Docling image reference in .env.example and docker-compose.yml to use the correct naming convention for the CPU version, ensuring consistency across configuration files.
This commit is contained in:
@@ -502,11 +502,11 @@ RAGFLOW_ELASTICSEARCH_PASSWORD=
|
||||
# [optional]
|
||||
# Docling configuration
|
||||
# DOCLING_IMAGE: Choose CPU or GPU version
|
||||
# - ghcr.io/docling-project/docling-serve:cpu (4.4 GB, default)
|
||||
# - ghcr.io/docling-project/docling-serve:cu126 (10.0 GB, NVIDIA GPU with CUDA 12.6)
|
||||
# - ghcr.io/docling-project/docling-serve:cu128 (11.4 GB, NVIDIA GPU with CUDA 12.8)
|
||||
# - ghcr.io/docling-project/docling-serve-cpu (4.4 GB, default)
|
||||
# - ghcr.io/docling-project/docling-serve-cu126 (10.0 GB, NVIDIA GPU with CUDA 12.6)
|
||||
# - ghcr.io/docling-project/docling-serve-cu128 (11.4 GB, NVIDIA GPU with CUDA 12.8)
|
||||
# Note: Web UI is always enabled on /ui
|
||||
############
|
||||
DOCLING_IMAGE=ghcr.io/docling-project/docling-serve:cpu
|
||||
DOCLING_IMAGE=ghcr.io/docling-project/docling-serve-cpu
|
||||
|
||||
##########################################################################################
|
||||
Reference in New Issue
Block a user