Commit 4bd5062
committed
Fix: pin mlflow<2.19 and replace conda_env with pip_requirements to avoid image build failure
The sklearn-1.5 curated environment updated conda which deprecated conda info --root.
This broke the custom conda_env-based Docker image build during deployment.
Replacing conda_env with pip_requirements keeps the same pinned package versions
while using pip-based deployment that avoids the broken conda Dockerfile template.1 file changed
Lines changed: 11 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
277 | 267 | | |
278 | 268 | | |
279 | 269 | | |
280 | 270 | | |
281 | 271 | | |
282 | | - | |
| 272 | + | |
283 | 273 | | |
284 | 274 | | |
285 | 275 | | |
| |||
721 | 711 | | |
722 | 712 | | |
723 | 713 | | |
724 | | - | |
| 714 | + | |
0 commit comments