Skip to content

Commit

Permalink
Upgrade to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-fedor committed Oct 21, 2022
1 parent 6679a62 commit 440f769
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.29.0
pip install mlflow[extras]==1.30.0

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

0 comments on commit 440f769

Please sign in to comment.