Skip to content

Commit

Permalink
Upgrade to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-fedor committed Jul 10, 2023
1 parent 8203db2 commit 40aca06
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]==2.2.1
pip install mlflow[extras]==2.4.2

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

0 comments on commit 40aca06

Please sign in to comment.