We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4624ef0 commit 6acfcceCopy full SHA for 6acfcce
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update -y && \
6
7
RUN pip install PyMySQL==0.10.1 mysqlclient==2.0.3 && \
8
pip install psycopg2-binary==2.8.6 && \
9
- pip install mlflow[extras]==1.27.0
+ pip install mlflow[extras]==1.28.0
10
11
ENV BACKEND_STORE_URI=
12
ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact
0 commit comments