Compare commits
No commits in common. "main" and "2.11.4" have entirely different histories.
|
@ -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:31b1e4b1c4a1903649c95fa5e46c1066baf6acdd33167813af9fa7905355e1a3
|
||||||
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.11.4
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
boto3==1.34.162
|
boto3==1.34.107
|
Loading…
Reference in New Issue