Skip to content

Commit

Permalink
chore: update MLflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
ovaleanu committed Mar 11, 2024
1 parent a0f5238 commit ff5ae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/mlflow-tracking/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ FROM python:3.12-slim
RUN apt-get update -y && \
apt-get install -y --no-install-recommends build-essential libpq-dev

#
#

RUN python -m pip install --upgrade pip && \
pip install --no-cache-dir mlflow[extras]==2.11.1 boto3 psycopg2-binary PyMySQL

EXPOSE 5000

ENTRYPOINT ["mlflow"]
ENTRYPOINT ["mlflow"]

0 comments on commit ff5ae69

Please sign in to comment.