Skip to content
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
2 changes: 1 addition & 1 deletion mlflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.9-slim
FROM python:3.11-slim

# Set the working directory
WORKDIR /app
Expand Down
8 changes: 4 additions & 4 deletions mlflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==44.0.2 # TODO: Check if this is needed
boto3==1.37.20 # Used because MinIO provides an S3-compatible API
mlflow==2.21.1
psycopg2-binary # Added based on the existing command in mlflow.yaml
cryptography==44.0.3 # TODO: Check if this is needed
boto3==1.37.30 # Used because MinIO provides an S3-compatible API
mlflow==3.4.0
psycopg2-binary==2.9.10 # Added based on the existing command in mlflow.yaml
Loading