支持mineru npu处理 (#174)

* feature: unstructured支持简单pdf处理

* feature: update values.yaml to enhance ray-cluster configuration with security context, environment variables, and resource limits

* feature: update deploy.yaml and process.py for mineru server configuration and PDF processing enhancements

* feature: update deploy.yaml and process.py for mineru server configuration and PDF processing enhancements

* feature: improve PDF processing logic and update dependencies in process.py and pyproject.toml

* feature: improve PDF processing logic and update dependencies in process.py and pyproject.toml

* feature: update Dockerfile for improved package source mirrors and add mineru-npu to build targets
This commit is contained in:
hhhhsc701
2025-12-17 16:31:06 +08:00
committed by GitHub
parent 3b4f8488e8
commit 924d977d6f
8 changed files with 110 additions and 35 deletions

View File

@@ -175,7 +175,6 @@ ray-cluster:
enabled: true
head:
rayStartParams:
object-store-memory: '78643200'
num-cpus: '0'
containerEnv:
- name: RAY_DEDUP_LOGS
@@ -194,8 +193,8 @@ ray-cluster:
value: "datamate"
resources:
limits:
cpu: "2"
memory: "8G"
cpu: "4"
memory: "16G"
requests:
cpu: "1"
memory: "2G"