Skip to content

Commit

Permalink
Upgrade mlflow version and docker base img
Browse files Browse the repository at this point in the history
  • Loading branch information
Ycallaer committed Apr 24, 2024
1 parent 6d2fb62 commit fd9b944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7.0-stretch
FROM python:3.9.19-bullseye
ENV MLFLOW_SERVER_HOST 0.0.0.0
ENV MLFLOW_SERVER_DEFAULT_ARTIFACT_ROOT "./mlruns"
ENV MLFLOW_BACKEND_STORE_URI ""
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlflow==1.23.1
mlflow==2.12.1
psycopg2==2.8.4
pg8000==1.21.0
azure-storage==0.36.0

0 comments on commit fd9b944

Please sign in to comment.