Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot b3c3ffe52f Update dependency mlflow to v2.11.3
Build and push mlflow container / Build and push mlflow container (push) Has been cancelled Details
2024-03-22 01:00:46 +00:00
Renovate Bot ed375c0141 Update python:3.10-slim Docker digest to 684b1aa
Build and push mlflow container / Build and push mlflow container (push) Successful in 5s Details
2024-03-21 01:01:03 +00:00
Renovate Bot 9719e9e5b8 Update dependency boto3 to v1.34.67
Build and push mlflow container / Build and push mlflow container (push) Successful in 8s Details
2024-03-21 01:00:50 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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