A similar thing is happening to me; I wanted to switch from using my GPU to just running on my CPU to save some VRAM. I removed the container and the /mnt/user/appdata/docling directory and installed from scratch. The only changes I made to the default template were to use my custom docker network, and to set DOCLING_DEVICE=cpu. When the container starts up I get a number of file not found errors: WARNING:docling.models.stages.ocr.rapid_ocr_model:The provided model path /opt/app-root/src/.cache/docling/models/RapidOcr/onnx/PP-OCRv4/det/ch_PP-OCRv4_det_mobile.onnx is not found. WARNING:docling.models.stages.ocr.rapid_ocr_model:The provided model path /opt/app-root/src/.cache/docling/models/RapidOcr/paddle/PP-OCRv4/rec/ch_PP-OCRv4_rec_mobile/ppocr_keys_v1.txt is not found. WARNING:docling.models.stages.ocr.rapid_ocr_model:The provided model path /opt/app-root/src/.cache/docling/models/RapidOcr/onnx/PP-OCRv4/cls/ch_ppocr_mobile_v2.0_cls_mobile.onnx is not found. WARNING:docling.models.stages.ocr.rapid_ocr_model:The provided model path /opt/app-root/src/.cache/docling/models/RapidOcr/onnx/PP-OCRv4/rec/ch_PP-OCRv4_rec_mobile.onnx is not found. WARNING:docling.models.stages.ocr.rapid_ocr_model:The provided model path /opt/app-root/src/.cache/docling/models/RapidOcr/resources/fonts/FZYTK.TTF is not found. and a Python error because none of these can be found. It doesn't seem to be trying to download models.