Commit 65a4aab
committed
Fix ImageBuildFailure: update credit_defaults_model env to Python 3.9
Python 3.8 reached EOL (Oct 2024) and is no longer available in
conda-forge or Azure ML base images, causing ImageBuildFailure.
Changes to tutorials/get-started-notebooks/deploy/credit_defaults_model/:
- conda.yaml: python 3.8.15 -> 3.9, remove pip cap, mlflow 2.17.2
- requirements.txt: mlflow 2.17.2
- python_env.yaml: python 3.9, update pip/setuptools/wheel
- MLmodel: python_version 3.9
scikit-learn==0.24.2 is kept (required to load the model pickle).
mlflow==2.17.2 is the last release before 2.18.0 dropped Python 3.8.1 parent 50f168d commit 65a4aab
4 files changed
Lines changed: 9 additions & 9 deletions
File tree
- tutorials/get-started-notebooks/deploy/credit_defaults_model
Lines 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: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
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