File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ RUN conda env create -f ./environment.yaml && \
2828
2929RUN gsutil cp -r ${MODEL_URL} .
3030RUN /bin/bash -c ". activate merlin-model && \
31+ sed -i 's/mlflow$/mlflow==1.6.0/' /model/conda.yaml && \
3132 conda env update --name merlin-model --file /model/conda.yaml && \
3233 python -m pyfuncserver --model_dir /model --dry_run"
3334
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ RUN conda env create -f ./environment.yaml && \
2424 rm -rf /root/.cache
2525
2626RUN /bin/bash -c ". activate merlin-model && \
27+ sed -i 's/mlflow$/mlflow==1.6.0/' /model/conda.yaml && \
2728 conda env update --name merlin-model --file /model/conda.yaml && \
2829 python -m pyfuncserver --model_dir /model --dry_run"
2930
You can’t perform that action at this time.
0 commit comments