Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot b3a305fd4f Update python:3.10-slim Docker digest to f80e619
Build and push mlflow container / Build and push mlflow container (push) Successful in 7s Details
2024-03-26 00:02:04 +00:00
Renovate Bot 7675e8d84d Update dependency boto3 to v1.34.70
Build and push mlflow container / Build and push mlflow container (push) Waiting to run Details
2024-03-26 00:01:32 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:684b1aaf96a7942b3c3af438d162e0baa3510aa7af25ad76d238e0c746bdec79 FROM python:3.10-slim@sha256:f80e619e067eebe47bc72f16da167888710a73235c35b14fdff85ee8245db476
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.3 mlflow==2.11.3
psycopg2-binary==2.9.9 psycopg2-binary==2.9.9
boto3==1.34.69 boto3==1.34.70