Merge branch 'main' into renovate/mlflow-2.x

This commit is contained in:
Mathis 2024-05-08 12:31:51 +00:00
commit 646f73b406
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