Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate Bot 78b8364676 Update dependency boto3 to v1.34.61
Build and push mlflow container / Build and push mlflow container (push) Successful in 6s Details
2024-03-13 01:00:55 +00:00
Renovate Bot 00ec0ac027 Update python:3.10-slim Docker digest to 1326d0f
Build and push mlflow container / Build and push mlflow container (push) Successful in 11s Details
2024-03-13 01:00:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:4bd9a0e5da619b155a214342bb4fdc774a947fec9061016a123fa4073431c9cb
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.1
psycopg2-binary==2.9.9
boto3==1.34.60
boto3==1.34.61