Compare commits

..

3 Commits

Author SHA1 Message Date
Mathis cafc76692a Merge branch 'main' into renovate/mlflow-2.x 2024-05-13 11:49:48 +00:00
Mathis 646f73b406 Merge branch 'main' into renovate/mlflow-2.x 2024-05-08 12:31:51 +00:00
Renovate Bot d52849e5bd Update dependency mlflow to v2.12.1 2024-04-23 10:00:43 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
REPO_OWNER: cluster
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch tags
run: git fetch --tags origin
- name: Get mlflow version
@ -36,7 +36,7 @@ jobs:
echo "tag_exists=false" >> $GITHUB_OUTPUT
fi
- name: Login to Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
if: steps.create.outputs.tag_exists == 'false'
with:
registry: git.namesny.com

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:2407c61b1a18067393fecd8a22cf6fceede893b6aaca817bf9fbfe65e33614a3
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.11.4
mlflow==2.12.1
psycopg2-binary==2.9.9
boto3==1.34.162
boto3==1.34.103