Skip to content

Commit 9e49f7b

Browse files
author
root
committed
fix mlflow to version 2.7.0 in all images
1 parent a0df7fd commit 9e49f7b

6 files changed

+7
-12
lines changed

requirements_files/specific_golden_cpu_redhat.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ networkx
1111

1212
tensorflow-cpu
1313
dask-xgboost
14-
mlflow
14+
mlflow==2.7.0
1515

1616
prophet
1717
shap

requirements_files/specific_golden_cpu_transformers.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ networkx
1414
datashader
1515
jupyter-tensorboard
1616
dask-xgboost
17-
mlflow
17+
mlflow==2.7.0
1818

1919
prophet
2020
shap

requirements_files/specific_golden_gpu.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ datashader
1010
dask-ml
1111
dask-labextension
1212
dask-xgboost
13-
mlflow
13+
mlflow==2.7.0
1414

1515
prophet
1616
shap

requirements_files/specific_golden_gpu_transformers.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@ dask-ml
55
dask-labextension
66

77
jupyterlab-nvdashboard
8-
jupyterlab_nvdashboard
9-
10-
mlflow
118

129
scipy
1310
scikit-learn
1411
networkx
1512

16-
datashader
17-
jupyter-tensorboard
1813
dask-xgboost
19-
mlflow
14+
mlflow==2.7.0
2015

2116
prophet
2217
shap

requirements_files/specific_minimal_cpu.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ seaborn
44
dask-ml
55
dask-labextension
66

7-
mlflow
7+
mlflow==2.7.0
88

99
scipy
1010
scikit-learn

requirements_files/specific_minimal_gpu.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ seaborn
44
dask-ml
55
dask-labextension
66

7-
jupyterlab_nvdashboard
7+
jupyterlab-nvdashboard
88

9-
mlflow
9+
mlflow==2.7.0
1010

1111
scipy
1212
scikit-learn

0 commit comments

Comments
 (0)