Compare commits
3 Commits
main
...
renovate/m
Author | SHA1 | Date |
---|---|---|
Mathis | cafc76692a | |
Mathis | 646f73b406 | |
Renovate Bot | d52849e5bd |
|
@ -15,7 +15,7 @@ jobs:
|
||||||
REPO_OWNER: cluster
|
REPO_OWNER: cluster
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
- name: Fetch tags
|
- name: Fetch tags
|
||||||
run: git fetch --tags origin
|
run: git fetch --tags origin
|
||||||
- name: Get mlflow version
|
- name: Get mlflow version
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
echo "tag_exists=false" >> $GITHUB_OUTPUT
|
echo "tag_exists=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
|
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
|
||||||
if: steps.create.outputs.tag_exists == 'false'
|
if: steps.create.outputs.tag_exists == 'false'
|
||||||
with:
|
with:
|
||||||
registry: git.namesny.com
|
registry: git.namesny.com
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10-slim@sha256:2407c61b1a18067393fecd8a22cf6fceede893b6aaca817bf9fbfe65e33614a3
|
FROM python:3.10-slim@sha256:161d1e3deddba156d7834d15e6fe4d010b3b6f69f18ee1cfba9348e712f4a4ba
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
mlflow==2.11.4
|
mlflow==2.12.1
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
boto3==1.34.162
|
boto3==1.34.103
|
Loading…
Reference in New Issue