feat: add tiered durable state and memory bounds

This commit is contained in:
CoolBoy
2026-08-22 14:15:25 +08:00
parent 6eb7ded984
commit 5b1ec4d3eb
11 changed files with 722 additions and 40 deletions

View File

@@ -2,6 +2,8 @@ FROM modelhubxc-4pd.tencentcloudcr.com/xc_agent_platform/python:3.11-slim
ENV PYTHONUNBUFFERED=1
ENV PYTHONPATH=/app/modelhub_submmit_api
ENV NO_PROXY=dev.modelhub.org.cn,modelhub.org.cn
ENV no_proxy=dev.modelhub.org.cn,modelhub.org.cn
WORKDIR /app