Commit a08e6e8
committed
Pin mlflow==1.26.1 in credit_defaults_model to fix ImageBuildFailure
The unpinned mlflow dependency resolves to a version (>=2.18.0) that
requires Python >=3.9, which conflicts with the model's Python 3.8.15
environment. This causes the deployment Docker image build to fail.
Pin mlflow to 1.26.1 (the version that originally created the model)
in both conda.yaml and requirements.txt.1 parent 50f168d commit a08e6e8
File tree
2 files changed
+2
-2
lines changed- tutorials/get-started-notebooks/deploy/credit_defaults_model
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments