Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update mlflow image #958

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -10,8 +10,8 @@
# ENV AWS_SECRET_ACCESS_KEY
# 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
Loading