Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
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
|