Skip to content

Commit

Permalink
Bump to MLflow 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marrrcin committed May 15, 2023
1 parent 3c68f22 commit 8106c91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-slim-bullseye as base

ARG MLFLOW_VERSION="1.*"
ARG MLFLOW_VERSION="2.*"

RUN mkdir /mlflow

Expand Down
1 change: 0 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
mlflow db upgrade $BACKEND_STORE_URI
exec mlflow server \
--host 0.0.0.0 \
--port 8080 \
Expand Down

0 comments on commit 8106c91

Please sign in to comment.