subhrajit-mohanty commited on
Commit
e73b78c
·
verified ·
1 Parent(s): 2895a78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
 
11
  # Install MLflow and its dependencies
12
  RUN pip install --no-cache-dir \
13
- mlflow==2.10.0 \
14
  scikit-learn \
15
  pandas \
16
  numpy
 
10
 
11
  # Install MLflow and its dependencies
12
  RUN pip install --no-cache-dir \
13
+ mlflow==2.20.1 \
14
  scikit-learn \
15
  pandas \
16
  numpy