Integrate RC1 fusion model routing
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user