Skip to content

Commit

Permalink
Upgrade to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-fedor committed Aug 11, 2022
1 parent 4624ef0 commit 6acfcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update -y && \

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

ENV BACKEND_STORE_URI=
ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact
Expand Down

0 comments on commit 6acfcce

Please sign in to comment.