mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 07:01:04 +08:00
Fix: code supports matplotlib (#13724)
### What problem does this PR solve? Code as "final" node:  Code as "mid" node:  ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -261,6 +261,10 @@ REGISTER_ENABLED=1
|
||||
# SANDBOX_ENABLE_SECCOMP=false
|
||||
# SANDBOX_MAX_MEMORY=256m # b, k, m, g
|
||||
# SANDBOX_TIMEOUT=10s # s, m, 1m30s
|
||||
# The MinIO bucket name for storing sandbox-generated artifacts (charts, files, etc.).
|
||||
SANDBOX_ARTIFACT_BUCKET=sandbox-artifacts
|
||||
# Number of days before sandbox artifacts are automatically deleted from storage.
|
||||
SANDBOX_ARTIFACT_EXPIRE_DAYS=7
|
||||
|
||||
# Enable DocLing
|
||||
USE_DOCLING=false
|
||||
|
||||
Reference in New Issue
Block a user