Compare commits

...

9 Commits

Author SHA1 Message Date
Mathis 59328385b0 Merge branch 'main' into renovate/pin-dependencies 2024-02-27 08:58:39 +00:00
Renovate Bot 08382ad9fd Update dependency boto3 to v1.34.49
Build and push mlflow container / Build and push mlflow container (push) Successful in 11s Details
2024-02-24 01:00:45 +00:00
Renovate Bot b36118fe25 Update dependency boto3 to v1.34.48
Build and push mlflow container / Build and push mlflow container (push) Successful in 10s Details
2024-02-23 01:00:44 +00:00
Renovate Bot e8a994299e Update dependency boto3 to v1.34.47
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-02-22 01:00:34 +00:00
Renovate Bot e41077980e Update dependency boto3 to v1.34.46
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-02-21 01:00:43 +00:00
Renovate Bot 10f1b976f5 Update dependency boto3 to v1.34.44
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-02-17 01:00:33 +00:00
Renovate Bot afdb27d8a5 Update dependency boto3 to v1.34.43
Build and push mlflow container / Build and push mlflow container (push) Successful in 8s Details
2024-02-16 01:00:39 +00:00
Renovate Bot 68462a5b04 Update dependency boto3 to v1.34.42
Build and push mlflow container / Build and push mlflow container (push) Successful in 5s Details
2024-02-15 01:00:46 +00:00
Renovate Bot dec0f4bce3 Update python:3.10-slim Docker digest to 4bd9a0e
Build and push mlflow container / Build and push mlflow container (push) Successful in 8s Details
2024-02-14 01:01:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:e53bad75661571d23d9fd632d10f192b09228f31b14af1fc0be3d0142b426657
FROM python:3.10-slim@sha256:4bd9a0e5da619b155a214342bb4fdc774a947fec9061016a123fa4073431c9cb
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000

View File

@ -1,3 +1,3 @@
mlflow==2.10.2
psycopg2-binary==2.9.9
boto3==1.34.40
boto3==1.34.49