Skip to content

Commit

Permalink
Merge pull request #958 from konstellation-io/fix/update-mlflow-image
Browse files Browse the repository at this point in the history
fix: update mlflow image
  • Loading branch information
igzor authored Sep 26, 2024
2 parents d440f83 + 10f5123 commit 1c5d496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mlflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.9-stretch
FROM python:3.12

# Maintainer of the Dockerfile
LABEL maintainer="Intelygenz - Konstellation Team"
Expand All @@ -11,7 +11,7 @@ WORKDIR /mlflow/tracking
# ENV ARTIFACTS_BUCKET

RUN apt-get update && apt-get install -yq --no-install-recommends \

Check failure on line 13 in mlflow/Dockerfile

View workflow job for this annotation

GitHub Actions / lint-dockerfile / lint-dockerfile

DL3009 info: Delete the apt-get lists after installing something
sqlite
sqlite3

COPY requirements.txt /mlflow/tracking/requirements.txt

Expand Down
4 changes: 2 additions & 2 deletions mlflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mlflow==1.13.1
boto3==1.10.4
mlflow==2.16.1
boto3==1.35.19

0 comments on commit 1c5d496

Please sign in to comment.