Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 892ee5745f Update dependency mlflow to v2.11.2 2024-03-20 01:00:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:684b1aaf96a7942b3c3af438d162e0baa3510aa7af25ad76d238e0c746bdec79
FROM python:3.10-slim@sha256:1326d0fd281d283b077fd249e618339a44c9ca5aae6e05cb4f069a087e827922
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000

View File

@ -1,3 +1,3 @@
mlflow==2.11.3
mlflow==2.11.2
psycopg2-binary==2.9.9
boto3==1.34.67
boto3==1.34.65