Compare commits

...

11 Commits

Author SHA1 Message Date
Mathis 646f73b406 Merge branch 'main' into renovate/mlflow-2.x 2024-05-08 12:31:51 +00:00
Renovate Bot 62af5f5aa2 Update dependency boto3 to v1.34.100
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-05-08 00:01:23 +00:00
Renovate Bot 54bac456ab Update dependency boto3 to v1.34.99
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-05-07 00:01:33 +00:00
Renovate Bot 39686a5e4f Update dependency boto3 to v1.34.98
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-05-04 11:54:22 +00:00
Renovate Bot c826cce525 Update dependency boto3 to v1.34.97
Build and push mlflow container / Build and push mlflow container (push) Successful in 10s Details
2024-05-03 07:09:50 +00:00
Renovate Bot 7bf23b8724 Update dependency boto3 to v1.34.96
Build and push mlflow container / Build and push mlflow container (push) Successful in 9s Details
2024-05-02 08:05:31 +00:00
Renovate Bot 1a82fcb238 Update dependency boto3 to v1.34.93
Build and push mlflow container / Build and push mlflow container (push) Successful in 7s Details
2024-04-27 15:04:39 +00:00
Renovate Bot 4567b816b2 Update python:3.10-slim Docker digest to 161d1e3
Build and push mlflow container / Build and push mlflow container (push) Successful in 17s Details
2024-04-26 12:48:01 +00:00
Renovate Bot 5aa7e57e74 Update actions/checkout digest to 0ad4b8f
Build and push mlflow container / Build and push mlflow container (push) Waiting to run Details
2024-04-26 12:47:32 +00:00
Renovate Bot 227c5ba1f9 Update python:3.10-slim Docker digest to d1d9668
Build and push mlflow container / Build and push mlflow container (push) Successful in 7s Details
2024-04-24 12:01:35 +00:00
Renovate Bot deade93cb1 Update dependency boto3 to v1.34.90
Build and push mlflow container / Build and push mlflow container (push) Successful in 8s Details
2024-04-24 00:01:15 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
REPO_OWNER: cluster
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch tags
run: git fetch --tags origin
- name: Get mlflow version

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:64157e9ca781b9d18e4d7e613f4a3f19365a26d82da87ff1aa82a03eacb34687
FROM python:3.10-slim@sha256:161d1e3deddba156d7834d15e6fe4d010b3b6f69f18ee1cfba9348e712f4a4ba
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000

View File

@ -1,3 +1,3 @@
mlflow==2.12.1
psycopg2-binary==2.9.9
boto3==1.34.89
boto3==1.34.100