subhrajit-mohanty commited on
Commit
c3f4590
·
verified ·
1 Parent(s): f1a97b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
24
 
25
  # Install MLflow and MinIO client library
26
  RUN pip install --no-cache-dir \
27
- mlflow==2.21.0 \
28
  boto3==1.37.25 \
29
  psycopg2-binary==2.9.10 \
30
  PyMySQL==1.1.0
 
24
 
25
  # Install MLflow and MinIO client library
26
  RUN pip install --no-cache-dir \
27
+ mlflow>=3.1 \
28
  boto3==1.37.25 \
29
  psycopg2-binary==2.9.10 \
30
  PyMySQL==1.1.0