Skip to content

Commit 6acfcce

Browse files
committed
Upgrade to 1.28.0
1 parent 4624ef0 commit 6acfcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update -y && \
66

77
RUN pip install PyMySQL==0.10.1 mysqlclient==2.0.3 && \
88
pip install psycopg2-binary==2.8.6 && \
9-
pip install mlflow[extras]==1.27.0
9+
pip install mlflow[extras]==1.28.0
1010

1111
ENV BACKEND_STORE_URI=
1212
ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact

0 commit comments

Comments
 (0)