Integrate RC1 fusion model routing

This commit is contained in:
2026-07-20 14:42:18 +08:00
parent a20339d35e
commit 72b6b63154
12 changed files with 232 additions and 168 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ RUN apt-get update \
COPY requirements.txt .
RUN conda create -n demo python=3.12 -y \
RUN mamba create -n demo python=3.12 -y \
&& conda run -n demo python -m pip install --no-cache-dir -r requirements.txt \
&& conda clean -afy
@@ -23,7 +23,7 @@ COPY static ./static
COPY main.py .
COPY example.xlsx .
COPY 20260630标准文本——供水管道健康状态与剩余寿命评估技术导则.pdf .
COPY my_survival_forest_model_quxi-10-0331.joblib .
COPY model_core ./model_core
RUN mkdir -p data static/images uploads