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